1.11 Common Features & Tools of the Linux Client/Desktop OS Flashcards

1
Q

Linux Common Commands - ls

A

List directory

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

Linux Common Commands - pwd

A

Displays the name of the current directory path your in

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

Linux Common Commands - mv

A

Move then rename a file

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

Linux Common Commands - cp

A

Copy then duplicate a file

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

Linux Common Commands - rm

A

Remove files & directories (directories must be empty first)

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

Linux Common Commands - chmod

A

Change the read, write, & execute mode (permissions) for the files/directories

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

Linux Common Commands - chown

A

Change the name of the owner or group for a directory or file (need the sudo command)

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

Linux Common Commands - su/sudo

A

Provides administrative level for commands

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

Linux Common Commands - apt-get

A

Install, uninstall, & manage apps/packages command

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

Linux Common Commands - yum

A

Red hat version of linux, same as apt-get command

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

Linux Common Commands - ip

A

Manage network interfaces

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

Linux Common Commands - df

A

Show how much space is available on a disk

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

Linux Common Commands - grep

A

Find text within a file

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

Linux Common Commands - ps

A

View current processes (like the task manager in window)

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

Linux Common Commands - man

A

Provide details on different commands

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

Linux Common Commands - top

A

View CPU, RAM, & other resource utilizations (like the task manager in window)

17
Q

Linux Common Commands - find

A

Find a file by name or extension

18
Q

Linux Common Commands - dig

A

Look up information from a DNS server

19
Q

Linux Common Commands - cat

A

Concatenate files together to a separate copy

20
Q

Linux Common Commands - nano

A

Full screen txt editor

21
Q

Best Practices - Backups

A

Back up command line & graphical

22
Q

Best Practices - Antivirus

A

Install malware software

23
Q

Tools - Shell/Terminal

A

Run & configure command lines, scripts, OS settings, etc

24
Q

Tools - Samba

A

Protocol used to integrate Linux to Windows environment