final 9 Flashcards

1
Q

allows you to work with the Advanced Packaging Tool and install packages / applications / in Ubuntu

A

apt-get

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

changes directory.

A

cd

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

changes the permissions on a file

A

chmod

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

changes the ownership of the file

A

chown

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

copies files and directories

A

cp

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

allows you to copy a file and convert it to another format during the copying process.

A

dd

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

finds a pattern of text within a file or group of files.

A

grep

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

lists file and directory contents.

A

ls

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

renames or moves a file.

A

mv

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

provides a list of current processes running on the system.

A

ps

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

displays the working directory, or the directory that you are currently in.

A

pwd

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

allows you to change the password of a user account.

A

passwd

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

quits (exits) the vi editor

A

q

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

removes a file.

A

rm

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

turns off the computer

A

shutdown

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

The ___ command allows you to log on as the superuser (root)

A

su

17
Q

The _____ command allows a regular user to execute commands as the superuser.

A

sudo

18
Q

the text editor in Linux

A

vi