Linux Syntax

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

1/10

flashcard set

Earn XP

Description and Tags

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

11 Terms

1
New cards

/

the top-level directory and the foundation for the entire file system hierarchy, where all other directories and files are organized.

2
New cards

ls

a command that lists the content of a folder, including files and directories.

If you omit the path, the command will check the content of your current directory.

3
New cards
4
New cards

pwd

a command that checks the full path of your current working directory.

5
New cards
6
New cards

cd

a command that navigates between directories in your linux VPS. It does not have any option and the syntax is simple.

7
New cards
8
New cards
9
New cards
10
New cards
11
New cards