Linux Commands Flashcards
1
Q
Shows the user how to properly use a command
A
man [command]
2
Q
Forces movement of files from one place to another
A
mv
3
Q
Changes the permissions of the file
A
chmod
4
Q
Displays a list of running processes
A
ps
5
Q
Displays the current directory
A
pwd
6
Q
Displays and is used to configure a NIC
A
ip
7
Q
Deletes the file
A
rm
8
Q
Shows the amount of free space in the disk
A
df
9
Q
Determines the file owner and group
A
chown
10
Q
Opens the text editor
A
nano
11
Q
Displays CPU, RAM and resource utilizations
A
top
12
Q
Replicates the file
A
cp
13
Q
Used to locate a file by name or extension
A
find
14
Q
Finds information from DNS servers
A
dig
15
Q
Displays the contents of a file, concatenate, copy, merge, or manipulate a file.
A
cat