4-5 Flashcards

1
Q

What is the name of the GNOME help utility?

A

yelp

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

What is the format of commands entered in a command terminal?

A

command options arguement-target

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

What is the minimum password length allowed in Fedora?

A

8

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

Which desktop environment caused much controversy when introduced?

A

GNOME 3

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

All tasks in the command line are available in the graphical interface.

A

False

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

Which command will set a users password from the command terminal?

A

passwd

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

Which website is dedicated to documenting Linux and the usage of Linux?

A

tldp.org

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

What is the default shell in Fedora?

A

Bash

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

How many text based virtual terminals are there in Fedora?

A

5

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

Which one of the below is not a command terminal available from the graphical interface?

A

term

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

What command will search man page titles for the exact name of a utility or program?

A

whatis

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

What is the Linux name for the “Windows” key?

A

Super

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

What is the name of the text based Fedora Linux software management program?

A

dnf

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

What is the name of the shell utility to generate complex passwords?

A

pwgen

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

What is the name of the GNOME file browser?

A

Nautilus

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

What is the most common key sequence method of putting a command in the shell background?

A

Ctl+Z

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

Linux does not have a graphical control panel.

A

False

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

What Linux command will display the contents of a file?

A

cat

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

Which one of the below is a secure remote text console?

20
Q

What key sequence will open a run dialog box?

21
Q

What sequence will copy in the shell?

A

Shift+Ctl+C

22
Q

Shell command history does not survive a Linux server reboot.

23
Q

What command will search the man page titles based on a keyword (not exact name: whatis)?

24
Q

What command will clear the shell screen?

25
When ending a process, what option is a sure kill?
-9
26
When using the *ps* command, what option will show all processes?
-e
27
What command joining operand will feed the output of one command into another command?
| PIPE
28
Which command will display the operating system clock?
date
29
What command will take you backward one directory or folder?
cd ..
30
What is the Linux directory separator?
/
31
What option with most commands indicates the current folder and all subdirectories?
-r or -R
32
Which Linux command will move and rename files and directories?
mv
33
What type of commands are part of the shell and executed before any external commands for faster acces?
builtin
34
What are two descriptions of a location of a file or directory?
Relative Absolute
35
What command will take the user to their home directory where they store their documents?
cd ~
36
When using the *less* command, what character will start a text search?
/
37
What character will launch a program in the background?
&
38
What slow an comprehensive command will find files and directories?
find
39
What option ignores case sensitivity?
-i
40
What command searches for matching text information?
grep
41
What database driven command can be used to find files and directories?
locate
42
What command will display *accessible* storage devices as well as bring them online?
mount
43
What is the Linux escape character?
\
44
What command will display all plugged in storage devices (on and offline)?
fdisk
45
The *find* command can be used to find files and folders based on name, size, permissions and ownership.
True
46
When using the *ls* command, what options will show the permissions and ownership of files and directories?
-l **not -a**