Linux Commands

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall with Kai
GameKnowt Play
New
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/7

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

8 Terms

1
New cards

What does ps do?

Shows running processes (like Task Manager in text).

2
New cards

What does top do?

Live view of processes, CPU, memory usage (like Resource Monitor).

3
New cards

What does man do?

Displays the manual/help page for a command (e.g., man ls

4
New cards

What does grep do?

Searches text for patterns/keywords (e.g., grep error logfile.txt)

5
New cards

What does df do?

Shows disk space usage for mounted filesystems (df -h shows human-readable sizes)

6
New cards

What does dnf do?

Package manager for Fedora/RHEL-based systems; used to install, update, and remove software.

7
New cards

What does ip do?

Shows or configures network interfaces, IP addresses, routing, and connections.

8
New cards

What does apt do?

Package manager for Debian/Ubuntu-based systems; used to install, update, and remove software.