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

A

sudo

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

A

groupadd

23
Q

Linux command used to modify a group

A

groupmod

24
Q

Linux command used to delete a group

A

groupdel

25
Q

Linux command used to change the access permissions

A

chmod

26
Q

Linux command used to change the owner

A

chown

27
Q

Linux command used to install and remove software on Debian

A

apt-get

28
Q

Linux command used to install and remove software on Red Hat

A

yum

29
Q

Linux command that is an updated version of the yum command and used to install and remove software on Red Hat

A

dnf

30
Q

Linux command that is a low level tool that is used to install and remove software on older Red Hat

A

rpm

31
Q

Linux command used to display a list of currently running processes (process status)

A

ps command

32
Q

Task manager program that is used to display information about CPU and memory utilization

A

top command

33
Q

Linux command used for configuring network interfaces

A

ip command

34
Q

Linux command used to test a host’s reachability on an IP-based network

A

ping command

35
Q

Linux command used to display the route and transmit time across an IP-based network

A

traceroute

36
Q

Linux command used to query the DNS to get information about the different DNS records

A

dig command

37
Q

Linux command used for accessing and searching online reference manuals

A

man command

38
Q

Linux command written after the name of a command to give information on how to use a specific command

A

–help command

39
Q

A cross-platform file sharing protocol that supports the SMB (Server Message Block)

A

Samba