![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Expert-to-Expert. Learn advanced UNIX, UNIX commands, Linux, Operating Systems, System Administration, Programming, Shell, Shell Scripts, Solaris, Linux, HP-UX, AIX, OS X, BSD. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Awk - to test multiple files "read" permission ? | lokiman | Shell Programming and Scripting | 1 | 02-09-2008 12:10 PM |
| ls while read loop - internal read picking up wrong input | dkieran | Shell Programming and Scripting | 2 | 05-14-2007 03:02 PM |
| Permission file questions--Please read!!! | bobo | UNIX for Dummies Questions & Answers | 4 | 02-10-2007 11:03 PM |
| Read Permission | vineetrocks2005 | UNIX for Dummies Questions & Answers | 9 | 05-22-2006 02:00 PM |
| read line and read next | ariuscy | UNIX for Dummies Questions & Answers | 7 | 09-21-2005 07:04 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
read permission but cant ls -l it.
ok what is the signifigance of the -l that wont let you list the contents of a directory you clearly have access to list files. what am i missing
Code:
[qgatu003]/tmp$ls -l hold hold/file1: Permission denied total 0 [qgatu003]/tmp$ls hold file1 [qgatu003]/tmp$ls -l dr-x---r-- 2 root other 179 Apr 23 09:18 hold edit:: i want to say its because i can not read the inode information from the file. does the system need to pull you to the files current directory in order to gets its full list of required arguments?...... Last edited by Optimus_P; 04-23-2004 at 11:03 AM.. |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|