![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| ssh permission denied | gefa | AIX | 3 | 20 Hours Ago 07:52 AM |
| Permission denied | big123456 | UNIX for Advanced & Expert Users | 1 | 10-10-2007 04:17 AM |
| ./ Permission Denied. | trouscaillon | UNIX for Dummies Questions & Answers | 8 | 01-26-2005 06:33 PM |
| rsh and permission denied | Reza Nazarian | UNIX for Dummies Questions & Answers | 1 | 10-15-2001 09:21 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
|
|||
|
|||
|
Folder permission denied
Hi,
I tried to create a new folder inside a folder A but was given an error "Permission denied". Any idea? |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
First check the permissions of the directory by specifying "ls -ld <DIRNAME>".
Can you post the results here? You can't create a file inside a directory if you don't have write access. |
|
#3
|
|||
|
|||
|
I have the write permission but somehow i could not create a directory though. Is it because i'm trying to create a directory within a shell script? I mean i use the command mkdir within my shell script.
|
|
#4
|
|||
|
|||
|
Can you cut-and-paste the command and the error you're getting? Also, can you cut-and-paste the permissions?
|
|
#5
|
||||
|
||||
|
check:
- "ls -l" output to see perms. - "id" output to see your user id and groups. - depending on your unix/linux version, check if there exists any ACL for thar directory. - "df -k ." output, to see if you have enough free inodes and free space. Regards. |
||||
| Google The UNIX and Linux Forums |