CheatSheet Sky11 Linux
CheatSheet Sky11 Linux
ls List files and directories. date Display or set the system date and time.
cd Change the current directory. history View command history.
pwd Print the working directory. man Display the manual pages for commands.
yum Package management for Red Hat-based systems. nano / vim / emacs Text editors for file editing.
dnf Package management for Fedora and CentOS. head Display the beginning of a file.
zypper Package management for openSUSE. tail Display the end of a file.
wc Count lines, words, and characters in a file.
File Compression and Archiving
sed Stream editor for text manipulation.
tar Archive files.
gzip / gunzip Compress or decompress files. Networking
zip / unzip Create or extract zip archives. ping Check network connectivity to a host.
bzip2 / bunzip2 Compress or decompress files with bzip2. ifconfig / ip Network interface configuration.
xz / unxz Compress or decompress files with xz. ssh Securely connect to a remote machine.
scp Securely copy files between machines.
Process Management
netstat Network statistics and active connections.
ps Display currently running processes.
nslookup Query DNS servers for DNS-related information.
kill Terminate processes.
curl Transfer data from or to a server.
top Monitor system processes in real-time.
wget Download files from the web.
ps aux Show detailed process information.
Text Processing
User Management