client operating systems Flashcards

1
Q

pwd

A

(Display the current directory)

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

ls

A

(List everything in a directory)

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

cd

A

(Change directories)

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

cat

A

(Display the contents of a file)

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

less

A

(Display the contents of a file and stay in the file to move around)

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

mkdir

A

(creates a directory)

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

rmkdir

A

(removes a directory)

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

touch

A

(creates a blank file)

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

rm

A

(removes a file)

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

rm -r

A

(removes a directory and its files)

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

cp

A

(copies a file or directory)

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

mv

A

(moves a file or directory)

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

cd /etc

A

(moves you to the “etc” folder)

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

cd /

A

(moves you to the root of the file system)

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

cd . .

A

(moves you up one level)

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

cd ~

A

(moves you to your current account home)

17
Q

sudo

A

root login allows you to access any file, run any program, execute any system call, and modify any setting

18
Q

ifconfig

A

A Windows command that displays IP configuration information for network adapters.
ipconfig displays IP configuration information for network adapters.

19
Q

apt-get

A

is a collection of tools used to install, update, remove, and otherwise manage software packages

20
Q

/home

A

The home directory for each user on the system.

21
Q

/etc

A

Configuration files, are normally edited in a text editing program.

22
Q

/root

A

he home directory of the root account.