Advertisement
Guest User

Untitled

a guest
Aug 20th, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.32 KB | None | 0 0
  1. Windows Linux
  2. help man
  3. ver uname
  4. cd <dir1> cd <dir1>
  5. cd pwd
  6. cls clear
  7. dir ls
  8. tree
  9. attrib <file> ls -l
  10. mkdir mkdir
  11. del rm
  12. move mv
  13. attrib +/-<attr> <file> chmod
  14. echo echo
  15. type cat
  16. fc diff
  17. edit (only available in 32-bit Windows) nano
  18. notepad vi
  19. vim
  20. find grep
  21. sort sort
  22. where which
  23. more more
  24. less
  25. copy cp
  26. xcopy
  27. robocopy
  28. date date
  29. ipconfig ifconfig
  30. ping ping
  31. nslookup nslookup
  32. tracert traceroute
  33. explorer nautilus (Ubuntu)
  34. open (Mac)
  35. shutdown shutdown
  36. poweroff (CentOS)
  37. reboot shutdown -r
  38. tasklist ps
  39. taskkill kill
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement