Linux Commands Flashcards

1
Q

Shows the user how to properly use a command

A

man [command]

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

Forces movement of files from one place to another

A

mv

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

Changes the permissions of the file

A

chmod

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

Displays a list of running processes

A

ps

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

Displays the current directory

A

pwd

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

Displays and is used to configure a NIC

A

ip

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

Deletes the file

A

rm

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

Shows the amount of free space in the disk

A

df

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

Determines the file owner and group

A

chown

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

Opens the text editor

A

nano

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

Displays CPU, RAM and resource utilizations

A

top

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

Replicates the file

A

cp

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

Used to locate a file by name or extension

A

find

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

Finds information from DNS servers

A

dig

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

Displays the contents of a file, concatenate, copy, merge, or manipulate a file.

A

cat

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

Determines the user to be at the most elevated level of ownership permissions

A

su/sudo

17
Q

Used to download apps in the Debian-based OS

A

apt-get

18
Q

Used to search for text in a file

A

grep

19
Q

List the contents of the directory

A

ls

20
Q

Command used to manage apps and download them from Red Hat-based OSs

A

yum

21
Q

Visual mode editor

A

vi

22
Q

Make a directory

A

mkdir

23
Q

Change a user account password

A

passwd

24
Q

Closing programs

A

sudo kill

25
Q

Change current directory

A

cd

26
Q

Convert and copy a file

A

dd

27
Q

View or configure a network interface and IP

A

ifconfig

28
Q

View or change wireless network configuration

A

iwconfig

29
Q

Used to quit most interactive utilities like the vi editor

A

q

30
Q

Searches for text in a file hierarchy

A

find