Advertisement
Guest User

Untitled

a guest
Sep 20th, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.52 KB | None | 0 0
  1. To run a command as administrator (user "root"), use "sudo <command>".
  2. See "man sudo_root" for details.
  3.  
  4. wilder@wilder-ThinkPad-T440p:~/Pictures$ cd ..
  5. wilder@wilder-ThinkPad-T440p:~$ pwd
  6. /home/wilder
  7. wilder@wilder-ThinkPad-T440p:~$ ls
  8. Desktop Downloads files Pictures Templates
  9. Documents examples.desktop Music Public Videos
  10. wilder@wilder-ThinkPad-T440p:~$ ls .
  11. Desktop Downloads files Pictures Templates
  12. Documents examples.desktop Music Public Videos
  13. wilder@wilder-ThinkPad-T440p:~$ ls -a
  14. . .bashrc Documents .gnupg Music .ssh
  15. .. .cache Downloads .ICEauthority Pictures Templates
  16. .bash_history .config examples.desktop .local .profile .thunderbird
  17. .bash_logout Desktop files .mozilla Public Videos
  18. wilder@wilder-ThinkPad-T440p:~$ ls Pictures
  19. WildCodeSchool_logo_pink_background_400x220.png
  20. wilder@wilder-ThinkPad-T440p:~$ ls /home/wilder
  21. Desktop Downloads files Pictures Templates
  22. Documents examples.desktop Music Public Videos
  23. wilder@wilder-ThinkPad-T440p:~$ ls /home
  24. wilder
  25. wilder@wilder-ThinkPad-T440p:~$ ls /bin
  26. bash fuser nisdomainname stty
  27. brltty fusermount ntfs-3g su
  28. bunzip2 getfacl ntfs-3g.probe sync
  29. busybox grep ntfscat systemctl
  30. bzcat gunzip ntfscluster systemd
  31. bzcmp gzexe ntfscmp systemd-ask-password
  32. bzdiff gzip ntfsfallocate systemd-escape
  33. bzegrep hciconfig ntfsfix systemd-hwdb
  34. bzexe hostname ntfsinfo systemd-inhibit
  35. bzfgrep ip ntfsls systemd-machine-id-setup
  36. bzgrep journalctl ntfsmove systemd-notify
  37. bzip2 kbd_mode ntfsrecover systemd-sysusers
  38. bzip2recover kill ntfssecaudit systemd-tmpfiles
  39. bzless kmod ntfstruncate systemd-tty-ask-password-agent
  40. bzmore less ntfsusermap tar
  41. cat lessecho ntfswipe tempfile
  42. chacl lessfile open touch
  43. chgrp lesskey openvt true
  44. chmod lesspipe pidof udevadm
  45. chown ln ping ulockmgr_server
  46. chvt loadkeys ping4 umount
  47. cp login ping6 uname
  48. cpio loginctl plymouth uncompress
  49. dash lowntfs-3g ps unicode_start
  50. date ls pwd vdir
  51. dd lsblk rbash wdctl
  52. df lsmod readlink which
  53. dir mkdir red whiptail
  54. dmesg mknod rm ypdomainname
  55. dnsdomainname mktemp rmdir zcat
  56. domainname more rnano zcmp
  57. dumpkeys mount run-parts zdiff
  58. echo mountpoint sed zegrep
  59. ed mt setfacl zfgrep
  60. efibootdump mt-gnu setfont zforce
  61. efibootmgr mv setupcon zgrep
  62. egrep nano sh zless
  63. false nc sh.distrib zmore
  64. fgconsole nc.openbsd sleep znew
  65. fgrep netcat ss
  66. findmnt networkctl static-sh
  67. wilder@wilder-ThinkPad-T440p:~$ ls -l
  68. total 48
  69. drwxr-xr-x 2 wilder wilder 4096 févr. 1 2019 Desktop
  70. drwxr-xr-x 2 wilder wilder 4096 févr. 1 2019 Documents
  71. drwxr-xr-x 2 wilder wilder 4096 févr. 1 2019 Downloads
  72. -rw-r--r-- 1 wilder wilder 8980 févr. 1 2019 examples.desktop
  73. drwxr-xr-x 2 wilder wilder 4096 sept. 9 16:46 files
  74. drwxr-xr-x 2 wilder wilder 4096 févr. 1 2019 Music
  75. drwxr-xr-x 2 wilder wilder 4096 sept. 9 17:33 Pictures
  76. drwxr-xr-x 2 wilder wilder 4096 févr. 1 2019 Public
  77. drwxr-xr-x 2 wilder wilder 4096 févr. 1 2019 Templates
  78. drwxr-xr-x 2 wilder wilder 4096 févr. 1 2019 Videos
  79. wilder@wilder-ThinkPad-T440p:~$ pwd
  80. /home/wilder
  81. wilder@wilder-ThinkPad-T440p:~$ cd Pictures
  82. wilder@wilder-ThinkPad-T440p:~/Pictures$ cd ..
  83. wilder@wilder-ThinkPad-T440p:~$ pwd
  84. /home/wilder
  85. wilder@wilder-ThinkPad-T440p:~$ cd /opt
  86. wilder@wilder-ThinkPad-T440p:/opt$ pwd
  87. /opt
  88. wilder@wilder-ThinkPad-T440p:/opt$ cd ../home/wilder
  89. wilder@wilder-ThinkPad-T440p:~$ pwd
  90. /home/wilder
  91. wilder@wilder-ThinkPad-T440p:~$ cd /usr/bin
  92. wilder@wilder-ThinkPad-T440p:/usr/bin$ cd
  93. wilder@wilder-ThinkPad-T440p:~$ pwd
  94. /home/wilder
  95. wilder@wilder-ThinkPad-T440p:~$ cd ~
  96. wilder@wilder-ThinkPad-T440p:~$ pwd
  97. /home/wilder
  98. wilder@wilder-ThinkPad-T440p:~$ cd ~/Pictures
  99. wilder@wilder-ThinkPad-T440p:~/Pictures$ pwd
  100. /home/wilder/Pictures
  101. wilder@wilder-ThinkPad-T440p:~/Pictures$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement