Important Acronyms Flashcards

1
Q

Is
cd
pwd
mkdir
rm

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

cp
mv
chmod
chown
grep

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

find
tar
ssh
scp
ps

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

kill
top
iptables
netstat
ifconfig

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly