Unix Basics

0.0(0)
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/9

flashcard set

Earn XP

Description and Tags

These flashcards cover fundamental vocabulary related to Unix basics, including account management and basic commands.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

10 Terms

1
New cards

Unix account

An account on a Unix computer that allows a user to access its resources, consisting of a username (public) and a password (private).

2
New cards

Super user

A special account, usually named 'root', that has absolute power over the Unix system.

3
New cards

SSH

Secure Shell, a protocol that allows remote login and command execution on a Unix system.

4
New cards

PWD

Print Working Directory, a command that displays the current directory in which the user is working.

5
New cards

LS

List command that displays the files and directories in the current directory.

6
New cards

CD

Change Directory, a command used to navigate between directories in the file system.

7
New cards

CAT

A command that displays the content of a text file.

8
New cards

SFTP

Secure File Transfer Protocol, a method of transferring files between a local computer and a remote Unix account.

9
New cards

RM

Remove command used to delete files or directories.

10
New cards

Mkdir

Make Directory, a command to create a new directory.