Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Unix File System (Unix Guru's needed)
Name: Jin Han Date: October 30, 2000 at 17:17:32 Pacific
Comment:
Here is a unix file directory background I need to give you:
There is this private directory with security 700. Within this private directory is a folder called hwk1. Now with security setting 700 on this private directory, i cant access or ls this folder (as you proably already know). So here is my question.
Even though it's a private directory with security 700, how can I find out if the folder "hwk1" exists in the private directory with the security setting 700 on the parent "private" folder?
Please help! I need to find the answer to this ASAP.
Name: DArk Date: October 30, 2000 at 23:36:52 Pacific
Reply:
hi
0
Response Number 2
Name: liar Date: October 31, 2000 at 01:11:49 Pacific
Reply:
depends on the os...there are particular files that could 'possibly' contain a filesystem structure layout that would point out what you are looking for, this is also dependent on the admin's thoroughness
os?
0
Response Number 3
Name: Jin Han Date: November 1, 2000 at 16:55:17 Pacific
Reply:
The operating system the unix is on is SunOS ver 5.7
0
Response Number 4
Name: michael Date: November 2, 2000 at 15:37:12 Pacific
Reply:
su to root, then you will be able to see the contents of the folder.
Summary: Hi, I am facing some problems with the unix file system.My problem is I am fetching some records from the database and storing it in a file.the size of the each record is mentioned as 512 by us.when a...