Created
May 25, 2020 14:07
-
-
Save alyson-b69/6eadeb07918bc2c58e79c0bc4b7df831 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
Last login: Mon May 25 15:47:58 on ttys001 | |
You have new mail. | |
alysonbernabeu@Air-de-Alyson ~ % ls | |
Applications Music | |
Creative Cloud Files Pictures | |
Desktop Public | |
Documents artchoum | |
Downloads category-anniversaires.php | |
Library français.png | |
Mes documents langues.png | |
Movies programmes | |
alysonbernabeu@Air-de-Alyson ~ % ls/home | |
zsh: no such file or directory: ls/home | |
alysonbernabeu@Air-de-Alyson ~ % ls /home | |
alysonbernabeu@Air-de-Alyson ~ % ls .. | |
Guest Shared alysonbernabeu root | |
alysonbernabeu@Air-de-Alyson ~ % ls /bin | |
[ dd launchctl pwd test | |
bash df link rm unlink | |
cat echo ln rmdir wait4path | |
chmod ed ls sh zsh | |
cp expr mkdir sleep | |
csh hostname mv stty | |
dash kill pax sync | |
date ksh ps tcsh | |
alysonbernabeu@Air-de-Alyson ~ % ls-l /bin | |
zsh: command not found: ls-l | |
alysonbernabeu@Air-de-Alyson ~ % ls -l /bin | |
total 4896 | |
-rwxr-xr-x 1 root wheel 35824 23 jan 13:58 [ | |
-r-xr-xr-x 1 root wheel 623344 23 jan 13:58 bash | |
-rwxr-xr-x 1 root wheel 36768 23 jan 13:58 cat | |
-rwxr-xr-x 1 root wheel 47296 23 jan 13:58 chmod | |
-rwxr-xr-x 1 root wheel 42272 23 jan 13:58 cp | |
-rwxr-xr-x 1 root wheel 528688 23 jan 13:58 csh | |
-rwxr-xr-x 1 root wheel 110848 23 jan 13:58 dash | |
-rwxr-xr-x 1 root wheel 41728 23 jan 13:58 date | |
-rwxr-xr-x 1 root wheel 45168 23 jan 13:58 dd | |
-rwxr-xr-x 1 root wheel 36512 23 jan 13:58 df | |
-rwxr-xr-x 1 root wheel 31264 23 jan 13:58 echo | |
-rwxr-xr-x 1 root wheel 67200 23 jan 13:58 ed | |
-rwxr-xr-x 1 root wheel 36240 23 jan 13:58 expr | |
-rwxr-xr-x 1 root wheel 31408 23 jan 13:58 hostname | |
-rwxr-xr-x 1 root wheel 31808 23 jan 13:58 kill | |
-r-xr-xr-x 1 root wheel 1300128 23 jan 13:58 ksh | |
-rwxr-xr-x 1 root wheel 138432 23 jan 13:58 launchctl | |
-rwxr-xr-x 1 root wheel 32176 23 jan 13:58 link | |
-rwxr-xr-x 1 root wheel 32176 23 jan 13:58 ln | |
-rwxr-xr-x 1 root wheel 51888 23 jan 13:58 ls | |
-rwxr-xr-x 1 root wheel 31696 23 jan 13:58 mkdir | |
-rwxr-xr-x 1 root wheel 37472 23 jan 13:58 mv | |
-rwxr-xr-x 1 root wheel 124464 23 jan 13:58 pax | |
-rwsr-xr-x 1 root wheel 64416 23 jan 13:58 ps | |
-rwxr-xr-x 1 root wheel 31392 23 jan 13:58 pwd | |
-rwxr-xr-x 1 root wheel 37312 23 jan 13:58 rm | |
-rwxr-xr-x 1 root wheel 31296 23 jan 13:58 rmdir | |
-rwxr-xr-x 1 root wheel 31440 23 jan 13:58 sh | |
-rwxr-xr-x 1 root wheel 31200 23 jan 13:58 sleep | |
-rwxr-xr-x 1 root wheel 45312 23 jan 13:58 stty | |
-rwxr-xr-x 1 root wheel 30976 23 jan 13:58 sync | |
-rwxr-xr-x 1 root wheel 528688 23 jan 13:58 tcsh | |
-rwxr-xr-x 1 root wheel 35824 23 jan 13:58 test | |
-rwxr-xr-x 1 root wheel 37312 23 jan 13:58 unlink | |
-rwxr-xr-x 1 root wheel 31280 23 jan 13:58 wait4path | |
-rwxr-xr-x 1 root wheel 633328 23 jan 13:58 zsh | |
alysonbernabeu@Air-de-Alyson ~ % pwd | |
/Users/alysonbernabeu | |
alysonbernabeu@Air-de-Alyson ~ % cd .. | |
alysonbernabeu@Air-de-Alyson /Users % cd ../home/alysonbernabeu | |
cd: no such file or directory: ../home/alysonbernabeu | |
alysonbernabeu@Air-de-Alyson /Users % cd ../user/alysonbernabeu | |
cd: no such file or directory: ../user/alysonbernabeu | |
alysonbernabeu@Air-de-Alyson /Users % cd ../users/alysonbernabeu | |
alysonbernabeu@Air-de-Alyson alysonbernabeu % cd | |
alysonbernabeu@Air-de-Alyson ~ % |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment