Linux Admin for Beginners: Essential Commands

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/8

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.

9 Terms

1
New cards

pwd

Stands for 'print working directory'. It displays the current directory you are in within the Linux filesystem.

2
New cards

cd (dir)

A command used to change the current directory in the Linux filesystem.

3
New cards

ls

A command that lists the contents of a directory in the Linux filesystem, displaying files and subdirectories.

4
New cards

ls -l

This option of the 'ls' command displays the contents of a directory in a detailed format, including file permissions, number of links, owner, group, file size, and timestamp.

5
New cards

cat

A command used to concatenate and display the contents of files in the Linux filesystem.

6
New cards

clear

A command used to clear the terminal screen in Linux, removing all previous output and providing a clean workspace.

7
New cards
8
New cards

man

A command in Linux that displays the manual pages for other commands, providing detailed information on usage, options, and examples.

9
New cards

exit

A command used to terminate a shell session or close a terminal window in Linux.