감동, 마음이 움직이는 것
[file 권한] read/write/execute (r/w/x) 본문
Tips (Utility, Computer Language, and etc.)
[file 권한] read/write/execute (r/w/x)
Struggler J. 2017. 12. 14. 21:26https://helpdeskgeek.com/linux-tips/understanding-linux-permissions-chmod-usage/
"ls -l" commend shows the authority of files or folders.
-XXXXXXXXX: owner's authority, group's authority, other's authority,
Order of alphabet is "read/write/execute (r/w/x)"
[Example] -rwxr--r--
'Tips (Utility, Computer Language, and etc.)' 카테고리의 다른 글
[python] string에서 특정 문자만 지우기 str.replace("before","") (0) | 2017.12.14 |
---|---|
[벤다이어그램] 4개이상 집합의 벤다이어그램 (0) | 2017.12.14 |
[python] list의 특정 성분 삭제하기: list.pop(idx) (0) | 2017.12.14 |
[python] binning numpy (histogram) (0) | 2017.12.13 |
[mathematica] data (matrix form) extract partial col and row + Import (0) | 2017.12.13 |