Search this site
powered by FreeFind |
|
[root@server /root]# ls -ltra -rw-r--r-- 1 root root 0 Oct 12 07:51 testfile lrwxrwxrwx 1 root root 8 Oct 12 08:20 linktotestfile -> testfile |
Action | --- | r-- | -w- | --x | rw- | r-x | -wx | rwx |
read - cat file | no | yes | no | no | yes | yes | no | yes |
write - ls /tmp >> file | no | no | yes | no | yes | no | yes | yes |
write - ls /tmp > file | no | no | yes | no | yes | no | yes | yes |
remove file | yes* | yes* | yes | yes* | yes | yes* | yes | yes |
executing a script | no | no | no | no | no | yes | no | yes |
Action | --- | r-- | -w- | --x | rw- | r-x | -wx | rwx |
cd into directory | no | no | no | yes | no | yes | yes | yes |
ls directory | no | yes* | no | no | yes* | yes | no | yes |
file name completion | no | yes | no | no | yes | yes | no | yes |
create new file in dir. | no | no | no | no | no | no | yes | yes |
read file in dir. | no | no | no | yes | no | yes | yes | yes |
modify file in dir. | no | no | no | yes | no | yes | yes | yes |
remove files | no | no | no | no | no | no | yes | yes |
execute script | no | no | no | yes | no | yes | yes | yes |
[root@server /root]# cat file-0774.txt | sh |
Search this site
powered by FreeFind |
|