./SE_API/1111
ls -al ./SE_API/1111
-rwxr-xr-x
parent directory user permission |
r(4) |
x(1) |
(0) |
status |
drwxr-xr-- 2 root root 4096 10월 26 18:15 . drwxrwxrwx 11 root root 4096 10월 27 13:25 .. -rwxr-xr-x 1 root root 5 10월 26 18:18 1111 |
drwxr-x--x 2 root root 4096 10월 26 18:15 . drwxrwxrwx 11 root root 4096 10월 27 13:09 .. -rwxr-xr-x 1 root root 5 10월 26 18:18 1111 |
drwxr-x--- 2 root root 4096 10월 26 18:15 . drwxrwxrwx 11 root root 4096 10월 27 13:09 .. -rwxr-xr-x 1 root root 5 10월 26 18:18 1111 |
ls ./SE_API |
ls: cannot access ./SE_API/1111: Permission denied 1111 |
ls: cannot open directory ./SE_API: Permission denied |
ls: cannot open directory ./SE_API: Permission denied |
ls ./SE_API/* |
ls: cannot access ./SE_API/1111: Permission denied |
ls: cannot access ./SE_API/*: No such file or directory |
ls: cannot access ./SE_API/*: Permission denied |
cp ./SE_API/1111 ./ |
cp: cannot stat ‘./SE_API/1111’: Permission denied |
success |
cp: cannot stat ‘./SE_API/1111’: Permission denied |
ls ./SE_API/1111 -al |
ls: cannot access ./SE_API/1111: Permission denied |
-rwxr-xr-x 1 root root 5 10월 26 18:18 ./SE_API/1111 |
ls: cannot access ./SE_API/1111: Permission denied |
'Programming > Linux Tip' 카테고리의 다른 글
ps command PC meaning, ps 명령어 의미 (0) | 2016.12.14 |
---|---|
linux command tip - double redirection(꺽쇠) ">>" (0) | 2016.12.02 |
block device 의 stat 정보 해석하기 (0) | 2016.10.25 |
hard link 와 symbol link (sym link) 의 차이점 (0) | 2016.09.12 |
xming dual(multiple) monitor setting (0) | 2016.09.02 |