Quote:
Originally Posted by mvictorvijayan
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