Skip to content

Instantly share code, notes, and snippets.

@justinehell
Created May 25, 2020 14:29
Show Gist options
  • Save justinehell/45635d2fccb404ebdc619f7fb95d2eb4 to your computer and use it in GitHub Desktop.
Save justinehell/45635d2fccb404ebdc619f7fb95d2eb4 to your computer and use it in GitHub Desktop.
justine@justine-K75VM:~$ ls
Bureau Images Pseudo-code python-chap2 Vidéos
Documents Modèles Public snap
Downloads Musique python-chap1 Téléchargements
justine@justine-K75VM:~$ ls -a
. .cache Images .profile .ssh
.. .config .local Pseudo-code .sudo_as_admin_successful
.bash_history Documents Modèles Public Téléchargements
.bash_logout Downloads .mozilla python-chap1 .thunderbird
.bashrc .fontconfig Musique python-chap2 Vidéos
Bureau .gnupg .pki snap
justine@justine-K75VM:~$ ls Images
'capture écran'
justine@justine-K75VM:~$ ls /home/justine
Bureau Images Pseudo-code python-chap2 Vidéos
Documents Modèles Public snap
Downloads Musique python-chap1 Téléchargements
justine@justine-K75VM:~$ ls ..
justine
justine@justine-K75VM:~$ ls -l /bin
lrwxrwxrwx 1 root root 7 mai 10 17:38 /bin -> usr/bin
justine@justine-K75VM:~$ pwd
/home/justine
justine@justine-K75VM:~$ cd Images
justine@justine-K75VM:~/Images$ cd ..
justine@justine-K75VM:~$ cd /opt
justine@justine-K75VM:/opt$ cd ../home/justine
justine@justine-K75VM:~$
justine@justine-K75VM:~$ cd Musique
justine@justine-K75VM:~/Musique$ pwd
/home/justine/Musique
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment