50+ Essentials Linux Commands For System Administrators

In this article, we are going to list some of the essentials and useful Linux commands for Linux System Administrators. You are in the right place if you are looking for an easy list of Linux commands used by system administrators.

50+ Essentials Linux Commands For System Administrators

  1. gzip – file compression and decompression command
  2. b2zipfile compression and decompression command similar to gzip.
  3. locate – Command to search files in Linux.
  4. ps – information about the currently running processes in Linux.
  5. cron – set up scheduled tasks to run.
  6. nmcli – network management command.
  7. traceroute – You can use this command to check the route packets take to a specified host.
  8. mtr – network diagnostic tool.
  9. nslookup – query Internet name servers (NS) interactively.
  10. host – Command for DNS lookups in Linux.
  11. dig – DNS lookup utility tool.
  12. uptime – shows system uptime and load average in Linux.
  13. rsync –Rsync is a file copying tool. It is used for remote file transfers and syncing. Rsync finds files that need to be transferred using a lqquick checkrq algorithm  that looks for files that have changed in size or in the last-modified time. It reduces the time of transfer.
  14. top –  Command that shows an overall system view.
  15. vmstat – Command that shows system memory, processes, interrupts paging, block I/O, and CPU info.
  16. htop – Command to see the interactive process and manager.
  17. dstat – You can run this command to view processes, memory, paging, I/O, CPU, etc., in real-time.
  18. iftop – network traffic viewer
  19. iotop – interactive I/O viewer. Get an overview of storage r/w activity.
  20. iostat – for storage I/O statistics.
  21. netstat – for network statistics.
  22. ss – utility to investigate sockets.
  23. atop – For Linux server performance analysis.
  24. Glances and nmon – htop and top Alternatives:
  25. ssh – secure command-line access to remote Linux systems.
  26. sudo – execute commands with administrative privilege.
  27. cd – directory navigation.
  28. userdel – used to delete a user account and all related files.
  29. usermod – used to modify or change any attributes of an existing user account.
  30. pwd – shows your current directory location.
  31. cp – copying files and folders
  32. nethogs – network traffic analyzer.
  33. .mv – moving files and folders.
  34. rm – removing files and folders.
  35. mkdir – create or make new directories.
  36. touch – used to update the access date and modification date of a computer file or directory.
  37. ip – from Iproute2, a collection of utilities for controlling TCP/IP networking and traffic control in Linux.
  38. ls – list directory contents.
  39. free – display memory usage.
  40. scp – securely Copy Files Using SCP, with examples.
  41. find – locates files based on some user-specified criteria.
  42. ncdu – a disk utility for Unix systems.
  43. pstree – display a tree of processes.
  44. last – show a listing of last logged-in users.
  45. w – show a list of currently logged-in user sessions.
  46. grep – Search a file for a pattern of characters, then display all matching lines.
  47. man – for reading system reference manuals.
  48. apropos – Search man page names and descriptions.
  49. wget – retrieve files over HTTP, HTTPS, FTP, and FTPS.
  50. curl – transferring data using various network protocols
  51. dd – convert and copy files.
  52. fdisk – manipulate the disk partition table.
  53. parted – for creating and manipulating partition tables.
  54. blkid – command-line utility to locate/print block device attributes.
  55. mkfs – build a Linux file system.
  56. df – display disk space usage.
  57. du – estimate file space usage.
  58. fsck –  tool for checking the consistency of a file system.
  59. whois – client for the whois directory service.
  60. nc – command-line networking utility.
  61. umask – set file mode creation mask.
  62. chmod – change the access permissions of file system objects.
  63. chown – change file owner and group.
  64. chroot – run command or interactive shell with a special root directory.
  65. useradd – create a new user or update default new user information.

Leave a Comment