The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #4 (permalink)  
Old 12-03-2007
porter porter is offline
Registered User
 

Join Date: Jan 2007
Posts: 2,965
Quote:
Originally Posted by mvictorvijayan View Post
If we make the file permission as 000. No one can Read from/Write into the file.
root is not restricted

Code:
# echo fred >banana
# chmod 000 banana
# ls -ld banana
----------  1 root  wheel  5 Dec  3 21:22 banana
# cat banana
fred
Reply With Quote