Linux Commands Flashcards

1
Q

What command allows you to see the active processes in Linux?

A

ps

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

What command can you use to change the password on your user account from the command line?

A

passwd

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

What command can you use to shutdown a Linux machine from the command line?

A

shutdown

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

What command do you use in Linux in order to change the permissions on files or directories?

A

chmod

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

What command do you use in Linux in order to create a CFS directory?

A

cmkdir

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

What command do you use in Linux to copy a file?

A

cp

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

What command do you use in Linux to move a file?

A

mv

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

What command do you use in Linux to remove a file?

A

rm

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

What command in Linux allow you to run a command as the root admin?

A

sudo

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

What command in Linux allows for the manipulation of APT software packages?

A

apt-get

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

What command in Linux allows you to see the wired network card settings?

A

ifconfig

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

What command in Linux copies a file while converting the data format?

A

dd

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

What command in Linux invokes an editor?

A

vi

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

What command in Linux is used to switch user accounts?

A

su

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

What command is used in the vi editor to quit?

A

:q

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

What command lists the path name of your current working directory?

A

pwd

17
Q

What linux command allows you to change the current directory?

A

cd

18
Q

What Linux command allows you to see the wireless adapter settings?

A

iwconfig

19
Q

What Linux command can you use to search inside of files?

A

grep

20
Q

What Linux command lists the information about files in the current directory?

A

ls

21
Q

What Linux command will change the ownership of a file?

A

chown