Common commands of the Linux client/desktop os.

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

1/19

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.

20 Terms

1
New cards

This command is used to list computer files and directories

ls

2
New cards

This command writes the full pathname to the current working directory

pwd

3
New cards

This command moves files/directories or renames files/directories

mv

4
New cards

This command is used to copy files or directories.

cp

5
New cards

This command removes objects/files/directories

rm

6
New cards

This Linux command is used to change access permissions.

chmod

7
New cards

This Linux command is used to change ownership

chown

8
New cards

This Linux command is used to elevate as a substitute or super user

sudo

9
New cards

This command is used to handle packages in Unix

apt-get

10
New cards

This command line interpreter is used to install updates/remove software and sounds delicious.

yum

11
New cards

This tool is used to configure the network inteface

ip

12
New cards

This command is used to display available disk space for file systems

df

13
New cards

This command is a utility used for searching plain text that matches a regular expression

grep

14
New cards

This command allows you to view info related to system processes

ps

15
New cards

This command refers to manual page; new system reference manual

man

16
New cards

This command displays active processes & other system information

top

17
New cards

This search tool is used to locate files based on user criteria

find

18
New cards

This command retrieves information about DNS

dig

19
New cards

This command reads each file parameter in sequence & writes it to standard output

cat

20
New cards

This command launches a friendly text-editor

nano