~ 1.11 Reversed Flashcards

1
Q

Print Working Directory to show current folder

A

pwd

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

Change the ownership of a file/directory

A

chown

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

Copy a file

A

cp

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

A package management tool that is solely used in Red Hat-based Linux distributions

A

yum

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

Show the amount of free space on a disk

A

df

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

A basic text editor that is commonly used in Linux distros

A

nano

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

Instant/scheduled synchronisation of files from one storage system to another

A

Rsync (backups)

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

Display file contents

A

cat

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

Advanced packaging tool for package management in Linux

A

apt-get

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

Display and manage network interface information

A

ip

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

Rename a file

A

mv

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

Show current running processes

A

ps

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

Remove a file/empty folder

A

rm

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

Find a piece of text that is located in any file on the system

A

grep

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

Show the contents list of a directory

A

ls

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

Create a tape archive that is easy to script into a backup schedule

A

tar (backups)

17
Q

Look up DNS information

A

dig

18
Q

Monitor system resource usage

A

top

19
Q

Switch to elevated privileges

A

su/sudo

sudo for a single command
su for an entire session

20
Q

Allows seamless file sharing with Windows systems

A

Samba (SMB)

21
Q

Show a commands manual/help page

A

man

22
Q

Locate a particular file that you know is somewhere in the file system

A

find

23
Q

Linux requires the same best practices as any other OS in relation to what?

A

Anti-virus

24
Q

Change a files permissions

A

chmod