1.11 Linux Flashcards

Identify common features and tools of the Linux client/desktop OS

1
Q

ls

A

Lists directory contents of files and directories

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

pwd

A

Displays the full pathname of the current directory

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

cd

A

Changes directories

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

mv

A

Move files from one location to another

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

cp

A

Copy files from one location to another

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

rm

A

Permanently deletes files, groups of files, directories or directory trees

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

Which three commands are used in both files and directories?

A

mv, cp, rm

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

df

A

Displays amount of free disk space

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

du

A

Estimates file space usage

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

nano

A

Easy to use command line text editor

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

vi

A

Old command that supports modal editing

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

vim

A

Supports normal, visual, insert, and command line mode
(Upgraded vi)

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

pico

A

Text editor that provides less features and less complexity

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

cat

A

Used to create, view, or concatenate files

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

find

A

Searches file system or directory

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

grep

A

Perform text searches for a defined criteria of words or strings

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

su

A

Allows you to execute commands as another user

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

sudo

A

Allows access to restricted files and operations

19
Q

usermod

A

Change the properties of a user in Linux through the command line

20
Q

userdel

A

Deletes a user account and related files

21
Q

passwd

A

Change user passwords

22
Q

groupadd

A

Add a new group

23
Q

groupmod

A

Modify a group

24
Q

groupdel

A

Delete a group

25
Q

chmod

A

Control file access permissions

26
Q

chown

A

Change user/group ownership of files, directories or symbolic links

27
Q

apt-get

A

Package management tool to install and remove software on Debian

28
Q

yum

A

Used to install and remove software on Red Hat

29
Q

dnf

A

Updated version of yum command and used to install and remove
software on Red Hat

30
Q

rpm

A

Open source program for installing, uninstalling, and managing software packages in Linux

31
Q

ps

A

Displays list of currently running processes

32
Q

top

A

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

33
Q

ip

A

Used for configuring network interfaces

34
Q

ping

A

Used to test a host’s reachability on an IP-based network

35
Q

traceroute

A

Used to display the route and transmit time across an IP-based network

36
Q

dig

A

Used to query the DNS to get information about the different DNS records

37
Q

man

A

Used for accessing and searching online reference manuals

38
Q

–help

A

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

39
Q

Samba

A

Cross-platform file sharing protocol that supports the SMB

40
Q

Name the Linux scheduling service

A

cron

41
Q

gzip

A

Compression tool for reducing the size of a file. Consists of a GNU header and deflated data

42
Q

What should you install on a Linux device to communicate with a Windows host/server?

A

Samba

43
Q
A