Linux Commands

5.0(1)
studied byStudied by 6 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/20

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.

21 Terms

1
New cards
ls
list directory contents
2
New cards
pwd
Print Working Directory/displays current working directory path
3
New cards
mv
move a file or directory (rename)
4
New cards
cp
copy a file or directory
5
New cards
rm
remove files or directory
6
New cards
chmod
change permission modifiers
7
New cards
chown
Change file owner and group
8
New cards
su/sudo
* Become super user
* Execute command as super user
9
New cards
apt-get
Search for and install software packages (Debian/Ubuntu)
10
New cards
yum
the primary tool for getting, installing, deleting, querying, and otherwise managing Red Hat Enterprise Linux RPM software packages from official Red Hat software repositories, as well as other third-party repositories.
11
New cards
ip
tool for configuring network interfaces that any Linux system administrator should know. It is used to bring interfaces up or down, assign and remove addresses and routes, manage ARP cache, and much more.
12
New cards
df
used to display the free disc space of a specific file system.
13
New cards
grep
Search file(s) for lines that match a given pattern
14
New cards
ps
viewing information related with the processes on a system. Used to list the currently running processes and their PIDs along with some other information
15
New cards
man
a built-in manual for using Linux commands. It allows users to view the reference manuals of a command or utility run in the terminal.
16
New cards
top
command shows a real-time view of running processes in Linux and displays kernel-managed tasks. The command also provides a system information summary that shows resource utilization, including CPU and memory usage.
17
New cards
find
used to search and locate the list of files and directories based on conditions you specify for files that match the arguments. The command can be used in a variety of conditions such as locating files by permissions, users, groups, file types, date, size, and other possible criteria.
18
New cards
dig
used to gather DNS information. It stands for Domain Information Groper, and it collects data about Domain Name Servers. The dig command is helpful for troubleshooting DNS problems, but is also used to display DNS information.
19
New cards
cat
allows us to create single or multiple files, view content of a file, chain files and redirect output in terminal or files.
20
New cards
nano
a user-friendly, free and open-source text editor that usually comes pre-installed in modern Linux systems.
21
New cards
samba
______ is a suite of applications that implements the Server Message Block (SMB) protocol.