Linux Flashcards

1
Q

Linux command used for listing file system objects (similar to the dir command in Windows)

A

ls command

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Linux command used to print the current directory

A

pwd command

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Linux command used to change the directories

A

cd command

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Linux command used to move files from one location to another

A

mv command

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Linux command used to copy files from one location to another

A

cp command

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Linux command used to delete files

A

rm command

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Linux command used to display the amount of free disk space

A

df command

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Linux command used to estimate the file space usage

A

du command

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Linux easy to use command line text editor

A

nano

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Old command that supports model editing

A

vi command

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Linux command that supports normal, visual, insert, and command line mode (updated version of the vi command)

A

vim command

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Text editor that provides less features and less complexity

A

pico

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Linux command used to create, view, or concatenate files

A

cat command

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Linux command used to search the file system or directory

A

find command

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Linux command used to search for a string of characters within a specified file using regular expressions

A

grep command

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Linux command used to switch users from the currently logged in user to another one in order to execute commands as that user

A

su command

17
Q

Linux command used to switch to the root user in order to be able to execute commands using the root user’s privileges

18
Q

Linux command used to create a new user

A

useradd command

19
Q

Linux command used to modify the user’s account

A

usermod command

20
Q

Linux command used to delete a user’s account

A

userdel command

21
Q

Linux command used to change or reset the password of the user’s account

A

passwd command

22
Q

Linux command used to add a new group

23
Q

Linux command used to modify a group

24
Q

Linux command used to delete a group

25
Linux command used to change the access permissions
chmod
26
Linux command used to change the owner
chown
27
Linux command used to install and remove software on Debian
apt-get
28
Linux command used to install and remove software on Red Hat
yum
29
Linux command that is an updated version of the yum command and used to install and remove software on Red Hat
dnf
30
Linux command that is a low level tool that is used to install and remove software on older Red Hat
rpm
31
Linux command used to display a list of currently running processes (process status)
ps command
32
Task manager program that is used to display information about CPU and memory utilization
top command
33
Linux command used for configuring network interfaces
ip command
34
Linux command used to test a host's reachability on an IP-based network
ping command
35
Linux command used to display the route and transmit time across an IP-based network
traceroute
36
Linux command used to query the DNS to get information about the different DNS records
dig command
37
Linux command used for accessing and searching online reference manuals
man command
38
Linux command written after the name of a command to give information on how to use a specific command
--help command
39
A cross-platform file sharing protocol that supports the SMB (Server Message Block)
Samba