vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| hi all i got a question about hard link of parent directory. our user complained that the file list in their folder looked funny as the below. ls: 0653-345 ./..: Permission denied. total 1417568 drwxrwxrwx 3 d_prod2 d_prod2 4096 Feb 21 14:52 . -rwxrwxrwx 1 d_prod2 d_prod2 163785 Jun 12 2003 bcheck -rwxrwxrwx 1 d_prod2 d_prod2 25764 Dec 19 2002 cclfuncs.dat -rwxrwxrwx 1 d_prod2 d_prod2 3072 Dec 19 2002 cclfuncs.idx -rwxrwxrwx 1 d_prod2 d_prod2 251573 Jan 15 2004 cclhelp.dat -rwxrwxrwx 1 d_prod2 d_prod2 38836 Dec 04 2003 cclmessage.dat -rwxrwxrwx 1 d_prod2 d_prod2 221292 Jan 15 2004 cclnews.dat -rwxrwxrwx 1 d_prod2 d_prod2 16037 Dec 19 2002 cclparams.dat -rwxrwxrwx 1 d_prod2 d_prod2 7168 Dec 19 2002 cclparams.idx -rwxrwxrwx 1 d_prod2 d_prod2 322243064 Feb 21 15:23 dic.dat -rwxrwxrwx 1 d_prod2 d_prod2 324669265 Feb 14 13:20 dic.dat_20060218 -rwxrwxrwx 1 d_prod2 d_prod2 38775808 Feb 21 15:23 dic.idx -rwxrwxrwx 1 d_prod2 d_prod2 39352320 Feb 14 13:20 dic.idx_20060218 -rwxrwxrwx 1 d_prod2 d_prod2 33 Mar 15 1999 dummy.dat drwxrwxrwx 2 d_prod2 d_prod2 256 Oct 22 2003 lost+found but if the root user list files in same directory, the output showed up properly. any idea? thanks in advnace, Frank |
| ||||
| rs6000er wrote: > hi all > > i got a question about hard link of parent directory. > > our user complained that the file list in their folder looked funny as > the below. > > ls: 0653-345 ./..: Permission denied. > total 1417568 > drwxrwxrwx 3 d_prod2 d_prod2 4096 Feb 21 14:52 . > -rwxrwxrwx 1 d_prod2 d_prod2 163785 Jun 12 2003 bcheck ... > any idea? The user has no right to access the directory upwards .. SCNR Reasons: Turning on my glasbowl - The user access the directory via a soft link - The user has not the right to access the directory up - A corrupted filesystem - A NFS mounted FS with wrong security settings on the mount point. hth Hajo |