![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Advanced UNIX and Linux questions go here. Expert-to-Expert. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| ssh permission denied | gefa | AIX | 3 | 5 Hours Ago 07:52 AM |
| Permission Denied | howeezy | UNIX for Dummies Questions & Answers | 0 | 09-14-2005 06:52 AM |
| tar : permission denied | big123456 | UNIX for Advanced & Expert Users | 0 | 09-09-2005 01:32 AM |
| rcp 'permission denied' | Kevin Pryke | UNIX for Dummies Questions & Answers | 6 | 04-24-2002 01:20 AM |
| Permission Denied using VI on my NFS | jennifer | UNIX for Dummies Questions & Answers | 4 | 08-08-2001 03:34 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
OK, I am a newbie but ...
from a sub-dir of the root-dir, when I do an "ls -l ..", I get "..: Permission denied". The same from another directory is OK. when I "cd /" the do "ls -l /a_dir/.." /a_dir/..: Permission denied but "ls -l /" gives no error. being in / , doing ls -l /.. (as root dir is parent of itself...) is OK. root-dir has drwxr-xr-x sub-dir has drwxr-xr-x and was created by root user. I also get "permission denied with "ls -i .." I've been googling for a while without being able to find a hint. Last edited by solario; 05-26-2008 at 01:35 PM. |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
Don't know your environment but best ask your administrator. If he is on vacation, post the output of the following commands:
Code:
who am i echo $SHELL cd / ls -la | grep a_dir |
|||
| Google The UNIX and Linux Forums |