Important Acronyms Flashcards
Is
cd
pwd
mkdir
rm
ls: Lists files and directories.
cd: Changes the current directory.
pwd: Prints the current working directory.
mkdir: Creates a new directory.
rm: Removes files or directories.
cp
mv
chmod
chown
grep
cp: Copies files or directories.
mv: Moves or renames files or directories.
chmod: Changes file permissions.
chown: Changes file ownership.
grep: Searches text using patterns.
find
tar
ssh
scp
ps
find: Searches for files in a directory hierarchy.
tar: Archives files.
ssh: Securely logs into a remote system.
scp: Securely copies files between hosts.
ps: Reports snapshot of current processes.
kill
top
iptables
netstat
ifconfig
kill: Terminates processes.
top: Displays tasks and system status.
iptables: Sets up, maintains, and inspects IP packet filter rules.
netstat: Displays network connections, routing tables, interface statistics.
ifconfig: Configures network interfaces.