Created
May 31, 2020 06:14
-
-
Save KenwoodFox/f1025942883eec2ce15b0d5973a64cdf to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ls -l | |
total 53037 | |
-rwx------+ 1 www Media 9 May 31 02:08 Another doc.md | |
drwx------+ 234 joe Media 281 May 22 02:40 Documents | |
-rwx------+ 1 www Media 73 May 31 01:59 MyTestTextDoc.md | |
# su joe | |
% ls -l | |
ls: Another doc.md: Permission denied | |
ls: MyTestTextDoc.md: Permission denied | |
total 53033 | |
drwx------+ 234 joe Media 281 May 22 02:40 Documents |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment