Introduction Linux
sort
: Sorts the lines of a file.export
: Sets environment variables.zip
: Compresses files into a zip archive.unzip
: Extracts files from a zip archive.ssh
: Connects to a remote server using the Secure Shell protocol.service
: Controls system services (start, stop, restart).ps
: Displays active processes.kill
andkillall
: Terminates active processes by process ID or name.df
: Displays information about disk space usage.mount
: Mounts file systems.chmod
: Changes file permissions.chown
: Changes file ownership.ifconfig
: Displays network interface configuration.traceroute
: Traces the network route to a destination.wget
: Downloads files from the internet.ufw
: Configures the Uncomplicated Firewall.iptables
: Manages the Linux firewall rules.apt
,pacman
,yum
,rpm
: Package managers for managing software packages.sudo
: Executes a command with elevated privileges.cal
: Displays a calendar.alias
: Creates custom shortcuts for commands.dd
: Copies and converts files.whereis
: Locates the binary, source, and manual pages for a command.whatis
: Displays a brief description of a command.top
: Displays live system resource usage and active processes.useradd
andusermod
: Adds or modifies user accounts.passwd
: Sets or changes user passwords.