CompTIA A+ 1102 Linux Features and Commands

studied byStudied by 0 people
0.0(0)
learn
LearnA personalized and smart learning plan
exam
Practice TestTake a test on your terms and definitions
spaced repetition
Spaced RepetitionScientifically backed study method
heart puzzle
Matching GameHow quick can you match all your cards?
flashcards
FlashcardsStudy terms and definitions

1 / 32

encourage image

There's no tags or description

Looks like no one added any tags here yet for you.

33 Terms

1

Linux Command Line Options (list)

- Terminal

- XTerm

- (etc.)

New cards
2

Linux Commands

- similar to Mac OS commands

New cards
3

"man" (command)

shows the manual for a Linux command

New cards
4

"ls" (command)

- lists directory contents

- similar to "dir" in Windows

- may support color coding

- blue indicates a directory

- red indicates an archive file

- add "-l" at the end to view a longer output

- adding "-l | more" will present a page by page view

- use "q" or key in ctrl-c to exit this view

New cards
5

"pwd" (command)

- prints the working directory's name (path)

New cards
6

"mv"

- move or rename a file

- "mv [source] [destination]

- for example, "mv first.txt second.txt"

New cards
7

"cp" (command)

- copies a file

- "cp [source] [destination]"

New cards
8

"rm" (command)

- removes a file or directory

- a directory must be empty to be removed, or must be removed with "-r"

New cards
9

"chmod" (command)

- changes the mode (permissions) of a file system object

- "chmod [mode] [file]"

- for example, "chmod 744 script.sh"

- this would grant the user rwx, group r--, and others r--

- can also use letters to specify the mode

New cards
10

Linux File System Modes (list)

- r (read)

- w (write)

- x (execute)

New cards
11

Linux File System Mode Cheat Sheet (image)

knowt flashcard image
New cards
12

"chown" (command)

- changes a file's owner and/or group

- requires root permissions and credentials

- "sudo chown [owner]:[group] [file]"

- "[group]" is optional

New cards
13

"su" (command)

- become the super user

- grants administrative (root) privileges

New cards
14

"sudo" (command)

- execute a command as the super user

- grants administrative (root) privileges, but only when using "sudo" in front of a command

New cards
15

"apt-get" (command)

- advanced packaging tool

- handles the management of application packages

- "sudo apt-get [install/update/remove] [application]"

New cards
16

"yum" (command)

manages RPM (Red Hat) packages

New cards
17

"ip" (command)

manage the network interface

New cards
18

Commonly Used "ip" Commands (list)

- "ip address"

- "ip route"

New cards
19

"ip address" (command)

- view the interface address

- for example, "sudo ip address add [ip address and subnet mask] dev [adapter name]"

- configures the IP address of an interface

New cards
20

"ip route" (command)

- view the IP routing table

New cards
21

"df" (command)

- view file systems and free space

- presented in blocks

- use "df -h" to view in human-readable sizes

New cards
22

"grep" (command)

- used to find text in a file or files

- "grep [text pattern] [file]"

New cards
23

"ps" (command)

- view the current processes

- use "ps -e" to view all processes, including those for other users

New cards
24

"top" (command)

- view resource utilization

- includes a summary of the overall load

- presented in one, five, and fifteen minute intervals

New cards
25

"find" (command)

- find a file by the name or file extension

- "find . -[name] [file and extension]"

- finds files with that specific extension

- the "." indicates that the search will begin at the current folder (the working folder)

New cards
26

"dig" (command)

- lookup information from DNS servers

- provides detailed domain information

New cards
27

"cat" (command)

- concatenate files

- "cat [first file and extension] [second file and extension]"

- copies a file or files to another file

New cards
28

"nano" (command)

provides a full-screen text editor

New cards
29

"tar" (command)

- used to create and manage tape drive archives and backups

- can be used for any type of file

- easy to script into a backup schedule

New cards
30

"rsync" (command)

- provides a utility for syncing files between storage devices

- can be instant or scheduled

New cards
31

Software Center

Linux's version of the Mac OS App Store

New cards
32

Anti-Virus and Anti-Malware on Linux

- no built-in options

- Clam is the recommended third-party anti-virus

- open-source

New cards
33

"samba"

- file server utility

- often used to add SMB (Server Message Block) to Linux systems

- implement file and printer sharing

- integrate with Active Directory

- integrates Linux into a Windows environment

New cards

Explore top notes

note Note
studied byStudied by 38 people
910 days ago
4.0(1)
note Note
studied byStudied by 4 people
58 days ago
5.0(1)
note Note
studied byStudied by 72 people
199 days ago
5.0(1)
note Note
studied byStudied by 8 people
954 days ago
5.0(1)
note Note
studied byStudied by 20 people
1006 days ago
4.0(1)
note Note
studied byStudied by 13 people
890 days ago
5.0(1)
note Note
studied byStudied by 34 people
848 days ago
5.0(1)
note Note
studied byStudied by 767 people
708 days ago
4.0(4)

Explore top flashcards

flashcards Flashcard (71)
studied byStudied by 2 people
747 days ago
5.0(1)
flashcards Flashcard (49)
studied byStudied by 3 people
302 days ago
5.0(2)
flashcards Flashcard (27)
studied byStudied by 4 people
828 days ago
5.0(1)
flashcards Flashcard (57)
studied byStudied by 40 people
465 days ago
5.0(1)
flashcards Flashcard (30)
studied byStudied by 34 people
497 days ago
5.0(1)
flashcards Flashcard (25)
studied byStudied by 62 people
793 days ago
5.0(2)
flashcards Flashcard (82)
studied byStudied by 100 people
515 days ago
5.0(1)
flashcards Flashcard (68)
studied byStudied by 97 people
23 days ago
5.0(1)
robot