Advertisement
Guest User

Untitled

a guest
Sep 22nd, 2019
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.52 KB | None | 0 0
  1. wild@wild-ThinkPad-T440p:~$ ls
  2. bonjour.sh Documents hello.txt Modèles Public Vidéos
  3. Bureau examples.desktop Images Musique Téléchargements wcs.sh
  4. wild@wild-ThinkPad-T440p:~$ ls -a
  5. . .cache Images .ssh
  6. .. .config .local .sudo_as_admin_successful
  7. .bash_history Documents Modèles Téléchargements
  8. .bash_logout examples.desktop .mozilla Vidéos
  9. .bashrc .gnupg Musique wcs.sh
  10. bonjour.sh hello.txt .profile
  11. Bureau .ICEauthority Public
  12. wild@wild-ThinkPad-T440p:~$ ls Images
  13. wild@wild-ThinkPad-T440p:~$ ls /home/wilder
  14. ls: impossible d'accéder à '/home/wilder': Aucun fichier ou dossier de ce type
  15. wild@wild-ThinkPad-T440p:~$ ls /home
  16. wild
  17. wild@wild-ThinkPad-T440p:~$ ls /home/wild
  18. bonjour.sh Documents hello.txt Modèles Public Vidéos
  19. Bureau examples.desktop Images Musique Téléchargements wcs.sh
  20. wild@wild-ThinkPad-T440p:~$ ls
  21. bonjour.sh Documents hello.txt Modèles Public Vidéos
  22. Bureau examples.desktop Images Musique Téléchargements wcs.sh
  23. wild@wild-ThinkPad-T440p:~$ ls /bin
  24. bash fuser nisdomainname stty
  25. brltty fusermount ntfs-3g su
  26. bunzip2 getfacl ntfs-3g.probe sync
  27. busybox grep ntfscat systemctl
  28. bzcat gunzip ntfscluster systemd
  29. bzcmp gzexe ntfscmp systemd-ask-password
  30. bzdiff gzip ntfsfallocate systemd-escape
  31. bzegrep hciconfig ntfsfix systemd-hwdb
  32. bzexe hostname ntfsinfo systemd-inhibit
  33. bzfgrep ip ntfsls systemd-machine-id-setup
  34. bzgrep journalctl ntfsmove systemd-notify
  35. bzip2 kbd_mode ntfsrecover systemd-sysusers
  36. bzip2recover kill ntfssecaudit systemd-tmpfiles
  37. bzless kmod ntfstruncate systemd-tty-ask-password-agent
  38. bzmore less ntfsusermap tar
  39. cat lessecho ntfswipe tempfile
  40. chacl lessfile open touch
  41. chgrp lesskey openvt true
  42. chmod lesspipe pidof udevadm
  43. chown ln ping ulockmgr_server
  44. chvt loadkeys ping4 umount
  45. cp login ping6 uname
  46. cpio loginctl plymouth uncompress
  47. dash lowntfs-3g ps unicode_start
  48. date ls pwd vdir
  49. dd lsblk rbash wdctl
  50. df lsmod readlink which
  51. dir mkdir red whiptail
  52. dmesg mknod rm ypdomainname
  53. dnsdomainname mktemp rmdir zcat
  54. domainname more rnano zcmp
  55. dumpkeys mount run-parts zdiff
  56. echo mountpoint sed zegrep
  57. ed mt setfacl zfgrep
  58. efibootdump mt-gnu setfont zforce
  59. efibootmgr mv setupcon zgrep
  60. egrep nano sh zless
  61. false nc sh.distrib zmore
  62. fgconsole nc.openbsd sleep znew
  63. fgrep netcat ss
  64. findmnt networkctl static-sh
  65. wild@wild-ThinkPad-T440p:~$ pwd
  66. /home/wild
  67. wild@wild-ThinkPad-T440p:~$ cd ..
  68. wild@wild-ThinkPad-T440p:/home$ cd ..
  69. wild@wild-ThinkPad-T440p:/$ cd wild
  70. bash: cd: wild: Aucun fichier ou dossier de ce type
  71. wild@wild-ThinkPad-T440p:/$ cd home
  72. wild@wild-ThinkPad-T440p:/home$ cd ~/Musique
  73. wild@wild-ThinkPad-T440p:~/Musique$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement