ls: List files and directories.pwd: Print the working directory.cd: Change directory.touch: Create an empty file.mkdir: Create a directory.rmdir: Remove a directory.cp: Copy files or directories.mv: Move or rename files and directories.rm: Remove files or directories.cat: View file contents.moreorless: View file contents one screen at a time.head: Display the beginning of a file.tail: Display the end of a file.
File Permissions: 14. chmod: Change file permissions.
chown: Change file ownership.chgrp: Change group ownership.
Text Processing: 17. grep: Search text using patterns.
sed: Stream editor for text manipulation.awk: Text processing and pattern matching.cut: Remove sections from lines of files.sort: Sort lines of text files.uniq: Remove duplicate lines from a sorted file.wc: Count words, lines, and characters in a file.diff: Compare files line by line.
File Compression and Archiving: 25. tar: Archive files.
gzip: Compress files.gunzip: Decompress files.zip: Create compressed zip archives.unzip: Extract files from zip archives.
File Transfer: 30. scp: Securely copy files between hosts.
rsync: Synchronize files and directories.
File Permissions: 32. passwd: Change user password.
sudo: Execute a command with superuser privileges.su: Switch user or become superuser.
Processes: 35. ps: List running processes.
top: Monitor system processes.kill: Terminate processes.bgandfg: Put a process in the background or foreground.
System Information: 39. uname: Display system information.
df: Display disk space usage.du: Display file and directory space usage.free: Display system memory usage.uptime: Show system uptime.hostname: Display or set system hostname.
Package Management: 45. apt-get or apt: Package manager for Debian-based systems.
yumordnf: Package manager for Red Hat-based systems.rpm: Package manager for Red Hat-based systems (querying).
Networking: 48. ifconfig: Network interface configuration.
ping: Send ICMP echo requests to a host.netstat: Network statistics.ssh: Secure shell for remote access.scp: Securely copy files over SSH.wgetorcurl: Download files from the internet.nslookupordig: DNS query tools.route: Display or modify the IP routing table.
User and Group Management: 56. useradd: Create a new user.
userdel: Delete a user.usermod: Modify user attributes.groupadd: Create a new group.groupdel: Delete a group.passwd: Change user password.
File System Utilities: 62. fsck: Filesystem consistency check.
mount: Mount filesystems.umount: Unmount filesystems.
System Control: 65. shutdown: Shutdown or restart the system.
reboot: Reboot the system.halt: Halt the system.init: System initialization.
Logs and Monitoring: 69. tail: Display the end of a file (logs).
journalctl: Query systemd journal logs.dmesg: Display kernel messages.sar: System activity reporter.htop: Interactive system monitor.
File Search: 74. find: Search for files and directories.
locate: Quickly locate files.
File Permissions: 76. umask: Set default file permissions.
chattrandlsattr: Change or list file attributes.
Disk Usage Analysis: 78. du: Estimate file and directory space usage.
ncdu: Interactive disk usage analyzer.
System Information: 80. lscpu: Display CPU information.
lsusb: List USB devices.lsblk: List block devices.
Text Editors: 83. nano, vi, vim, emacs: Text editors.
Compression and Decompression: 84. tar: Archive and extract files.
gzipandgunzip: Compress and decompress files.zipandunzip: Work with zip archives.
Networking: 87. ifconfig and ip: Configure network interfaces.
ping: Test network connectivity.netstatandss: Display network statistics.traceroute: Trace the route to a host.iptablesandufw: Configure firewall rules.ssh: Secure shell for remote access.
User and Group Management: 93. useradd and userdel: Add and delete users.
passwd: Change user password.groupaddandgroupdel: Add and delete groups.
File System Utilities: 96. df and du: Display disk usage.
mountandumount: Mount and unmount filesystems.
Package Management: 98. apt-get and dpkg: Package management on Debian-based systems.
yumandrpm: Package management on Red Hat-based systems.snapandflatpak: Package management for snap and flatpak packages.