![]() |
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 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 !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| changing /cn@0:console file permissions | ErnieG | Security | 4 | 12-04-2007 08:39 AM |
| Changing file permissions | FredSmith | UNIX for Dummies Questions & Answers | 7 | 05-17-2006 08:15 AM |
| changing default file permissions | FredSmith | UNIX for Dummies Questions & Answers | 8 | 12-27-2005 02:16 PM |
| Changing file permissions on upload | guix | UNIX for Advanced & Expert Users | 6 | 07-13-2004 04:37 PM |
| changing file permissions | gagansharma | Shell Programming and Scripting | 0 | 11-27-2001 11:26 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
changing permissions on a 444 file (ie chmod 444)
if I have a file set to permisions 444 (r-- r-- r--) should anyone other than the owner and root be able to change these permissions or delete the file.
Apologies if this is a no-brainer but I cant test it myself and someone in our organisation is playin around with files they shouldnt be |
|
||||
|
Only the owner of a file or root may change the permissions on a file no matter what its current permissions maybe.
Root may delete any file. But for any other id there are restrictions as follows: You may delete any file in any directory in which you have write access to even if you do not own the file (unless the sticky bit is set on that directory). If you have write access to the file, but not the directory it is in, then you may edit it but NOT delete it. |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|