Deck 8: Exploring the Unix-Linux Utilities

Full screen (f)
exit full mode
Question
When you use the du utility,file usage is expressed in the number of ____-byte blocks (default)or by the number of bytes (the -b option).

A)512
B)1024
C)2048
D)4096
Use Space or
up arrow
down arrow
to flip the card.
Question
The ____ option of the ispell utility is used to ignore concatenated words.

A)-c
B)-C
C)-i
D)-I
Question
Most computers store text using EBCDIC codes.
Question
To run a program in the background,append the ____ character to the end of the command used to start the program.

A)&
B)*
C)$
D)@
Question
The ____ command displays the amount of free and used memory in the system.

A)mem
B)stat
C)memstat
D)free
Question
The ____ command displays a listing of the most CPU-intensive tasks,such as the processor state,in real time (the display is updated every five seconds by default).

A)stat
B)netstat
C)top
D)ds
Question
When you use restore,by default it copies back to your current working directory.
Question
____ is the default file name for the output of program compilation procedures.

A)out.a
B)obj.a
C)a.out
D)a.obj
Question
dump level ____ is used to back up all files.

A)0
B)1
C)9
D)10
Question
One of the most effective utilities for auditing system performance is the top command.
Question
The df utility reports the number of ____-byte blocks that are allocated,used,and available;the percentage used;and the mount point-for mounted file systems.

A)512
B)1024
C)2048
D)4096
Question
The ____ utility maintains program source code.

A)make
B)patch
C)gcc
D)configure
Question
Unlike top,the free utility runs and then automatically exits.
Question
An IP address uses a dotted decimal notation that consists of 16-bit binary numbers (octets)separated by periods used to identify a computer or network device and the network it is on.
Question
You can use the ____ utility to compare the contents of two files,and if there is a difference,the command reports the location at which the files first start to differ.

A)cmp
B)compare
C)diff
D)difference
Question
The top utility continues to produce output until you press x to terminate the execution of the program.
Question
Possessing a rich set of options that allow it to handle copies when other methods are inappropriate,the ____ command can handle conversions to and from legacy EBCDIC to ASCII.

A)tee
B)convert
C)dd
D)df
Question
The ____ utility manages concurrent access to files in a hierarchy.

A)tree
B)rlog
C)rcs
D)cvs
Question
The ____ utility manages a firewall and packet filtering.

A)iptables
B)netstat
C)passwd
D)wall
Question
The ____ utility schedules a command to run at a preset time.

A)batch
B)crontab
C)call
D)at
Question
To start a service,you can use the ____ command from the root account.

A)service
B)start
C)stat
D)exec
Question
A(n)____ enables services and software on one computer to use services and software on a different computer.

A)NFS
B)RPC
C)Samba
D)SMB
Question
Match each item with a statement below.
a.df
f.dump
b.ifconfig
g.du
c.dd
h.cmp
d.groff
i.talk
e.ps
backs up files
Question
The ____________________ utility configures program source code automatically.
Question
The ____ utility gathers statistics and information about IP communications on a computer.

A)ping
B)netstat
C)traceroute
D)ifconfig
Question
When a client mounts an NFS volume from a host,both the client and host use ____________________ (RPCs).
Question
The ____ utility offers a simple way to test connections.

A)ifconfig
B)test
C)netstat
D)ping
Question
UNIX-Linux computers can access shared Windows system drives through the use of ____.

A)RPC
B)NFS
C)IP
D)Samba
Question
Match each item with a statement below.
a.df
f.dump
b.ifconfig
g.du
c.dd
h.cmp
d.groff
i.talk
e.ps
displays the amount of free space remaining on disk
Question
Match each item with a statement below.
a.df
f.dump
b.ifconfig
g.du
c.dd
h.cmp
d.groff
i.talk
e.ps
summarizes file space usage
Question
IP stands for ____________________.
Question
Linux provides ____________________,which implements the features of both nroff and troff.
Question
The ____ option of the ping command displays only a summary of the results.

A)-s
B)-r
C)-c
D)-q
Question
Match each item with a statement below.
a.df
f.dump
b.ifconfig
g.du
c.dd
h.cmp
d.groff
i.talk
e.ps
copies and converts input records
Question
While running,the top command supports interactive commands such as ____________________,which kills a running process.
Question
One use of ____ is to get a general idea of how efficiently your network is designed.

A)ping
B)netstat
C)traceroute
D)ifconfig
Question
Match each item with a statement below.
a.df
f.dump
b.ifconfig
g.du
c.dd
h.cmp
d.groff
i.talk
e.ps
compares two files
Question
Match each item with a statement below.
a.df
f.dump
b.ifconfig
g.du
c.dd
h.cmp
d.groff
i.talk
e.ps
processes embedded text formatting codes
Question
Samba is a utility that uses the ____ protocol,which is also used by Windows systems for sharing folders and printers.

A)RPC
B)NFS
C)IP
D)SMB
Question
When you need to back up lots of files and directories or you want to do a full system backup,you can use the ____________________ utility from the command line.
Question
What is a firewall?
Question
Match each item with a statement below.
a.df
f.dump
b.ifconfig
g.du
c.dd
h.cmp
d.groff
i.talk
e.ps
displays process status by process identification number and name
Question
How can you use remove garbage files from your system?
Question
When would you use dd instead of cp?
Question
Match each item with a statement below.
a.df
f.dump
b.ifconfig
g.du
c.dd
h.cmp
d.groff
i.talk
e.ps
lets users simultaneously type messages to each other
Question
What is a PID?
Question
What is the uptime command used for?
Question
What is a core file?
Question
Match each item with a statement below.
a.df
f.dump
b.ifconfig
g.du
c.dd
h.cmp
d.groff
i.talk
e.ps
sets up a network interface
Question
What is the traceroute utility used for?
Question
What is NFS?
Question
What happens when you use the ps command with no options?
Question
What are garbage files?
Question
What happens if you use du without options?
Unlock Deck
Sign up to unlock the cards in this deck!
Unlock Deck
Unlock Deck
1/54
auto play flashcards
Play
simple tutorial
Full screen (f)
exit full mode
Deck 8: Exploring the Unix-Linux Utilities
1
When you use the du utility,file usage is expressed in the number of ____-byte blocks (default)or by the number of bytes (the -b option).

A)512
B)1024
C)2048
D)4096
A
2
The ____ option of the ispell utility is used to ignore concatenated words.

A)-c
B)-C
C)-i
D)-I
B
3
Most computers store text using EBCDIC codes.
False
4
To run a program in the background,append the ____ character to the end of the command used to start the program.

A)&
B)*
C)$
D)@
Unlock Deck
Unlock for access to all 54 flashcards in this deck.
Unlock Deck
k this deck
5
The ____ command displays the amount of free and used memory in the system.

A)mem
B)stat
C)memstat
D)free
Unlock Deck
Unlock for access to all 54 flashcards in this deck.
Unlock Deck
k this deck
6
The ____ command displays a listing of the most CPU-intensive tasks,such as the processor state,in real time (the display is updated every five seconds by default).

A)stat
B)netstat
C)top
D)ds
Unlock Deck
Unlock for access to all 54 flashcards in this deck.
Unlock Deck
k this deck
7
When you use restore,by default it copies back to your current working directory.
Unlock Deck
Unlock for access to all 54 flashcards in this deck.
Unlock Deck
k this deck
8
____ is the default file name for the output of program compilation procedures.

A)out.a
B)obj.a
C)a.out
D)a.obj
Unlock Deck
Unlock for access to all 54 flashcards in this deck.
Unlock Deck
k this deck
9
dump level ____ is used to back up all files.

A)0
B)1
C)9
D)10
Unlock Deck
Unlock for access to all 54 flashcards in this deck.
Unlock Deck
k this deck
10
One of the most effective utilities for auditing system performance is the top command.
Unlock Deck
Unlock for access to all 54 flashcards in this deck.
Unlock Deck
k this deck
11
The df utility reports the number of ____-byte blocks that are allocated,used,and available;the percentage used;and the mount point-for mounted file systems.

A)512
B)1024
C)2048
D)4096
Unlock Deck
Unlock for access to all 54 flashcards in this deck.
Unlock Deck
k this deck
12
The ____ utility maintains program source code.

A)make
B)patch
C)gcc
D)configure
Unlock Deck
Unlock for access to all 54 flashcards in this deck.
Unlock Deck
k this deck
13
Unlike top,the free utility runs and then automatically exits.
Unlock Deck
Unlock for access to all 54 flashcards in this deck.
Unlock Deck
k this deck
14
An IP address uses a dotted decimal notation that consists of 16-bit binary numbers (octets)separated by periods used to identify a computer or network device and the network it is on.
Unlock Deck
Unlock for access to all 54 flashcards in this deck.
Unlock Deck
k this deck
15
You can use the ____ utility to compare the contents of two files,and if there is a difference,the command reports the location at which the files first start to differ.

A)cmp
B)compare
C)diff
D)difference
Unlock Deck
Unlock for access to all 54 flashcards in this deck.
Unlock Deck
k this deck
16
The top utility continues to produce output until you press x to terminate the execution of the program.
Unlock Deck
Unlock for access to all 54 flashcards in this deck.
Unlock Deck
k this deck
17
Possessing a rich set of options that allow it to handle copies when other methods are inappropriate,the ____ command can handle conversions to and from legacy EBCDIC to ASCII.

A)tee
B)convert
C)dd
D)df
Unlock Deck
Unlock for access to all 54 flashcards in this deck.
Unlock Deck
k this deck
18
The ____ utility manages concurrent access to files in a hierarchy.

A)tree
B)rlog
C)rcs
D)cvs
Unlock Deck
Unlock for access to all 54 flashcards in this deck.
Unlock Deck
k this deck
19
The ____ utility manages a firewall and packet filtering.

A)iptables
B)netstat
C)passwd
D)wall
Unlock Deck
Unlock for access to all 54 flashcards in this deck.
Unlock Deck
k this deck
20
The ____ utility schedules a command to run at a preset time.

A)batch
B)crontab
C)call
D)at
Unlock Deck
Unlock for access to all 54 flashcards in this deck.
Unlock Deck
k this deck
21
To start a service,you can use the ____ command from the root account.

A)service
B)start
C)stat
D)exec
Unlock Deck
Unlock for access to all 54 flashcards in this deck.
Unlock Deck
k this deck
22
A(n)____ enables services and software on one computer to use services and software on a different computer.

A)NFS
B)RPC
C)Samba
D)SMB
Unlock Deck
Unlock for access to all 54 flashcards in this deck.
Unlock Deck
k this deck
23
Match each item with a statement below.
a.df
f.dump
b.ifconfig
g.du
c.dd
h.cmp
d.groff
i.talk
e.ps
backs up files
Unlock Deck
Unlock for access to all 54 flashcards in this deck.
Unlock Deck
k this deck
24
The ____________________ utility configures program source code automatically.
Unlock Deck
Unlock for access to all 54 flashcards in this deck.
Unlock Deck
k this deck
25
The ____ utility gathers statistics and information about IP communications on a computer.

A)ping
B)netstat
C)traceroute
D)ifconfig
Unlock Deck
Unlock for access to all 54 flashcards in this deck.
Unlock Deck
k this deck
26
When a client mounts an NFS volume from a host,both the client and host use ____________________ (RPCs).
Unlock Deck
Unlock for access to all 54 flashcards in this deck.
Unlock Deck
k this deck
27
The ____ utility offers a simple way to test connections.

A)ifconfig
B)test
C)netstat
D)ping
Unlock Deck
Unlock for access to all 54 flashcards in this deck.
Unlock Deck
k this deck
28
UNIX-Linux computers can access shared Windows system drives through the use of ____.

A)RPC
B)NFS
C)IP
D)Samba
Unlock Deck
Unlock for access to all 54 flashcards in this deck.
Unlock Deck
k this deck
29
Match each item with a statement below.
a.df
f.dump
b.ifconfig
g.du
c.dd
h.cmp
d.groff
i.talk
e.ps
displays the amount of free space remaining on disk
Unlock Deck
Unlock for access to all 54 flashcards in this deck.
Unlock Deck
k this deck
30
Match each item with a statement below.
a.df
f.dump
b.ifconfig
g.du
c.dd
h.cmp
d.groff
i.talk
e.ps
summarizes file space usage
Unlock Deck
Unlock for access to all 54 flashcards in this deck.
Unlock Deck
k this deck
31
IP stands for ____________________.
Unlock Deck
Unlock for access to all 54 flashcards in this deck.
Unlock Deck
k this deck
32
Linux provides ____________________,which implements the features of both nroff and troff.
Unlock Deck
Unlock for access to all 54 flashcards in this deck.
Unlock Deck
k this deck
33
The ____ option of the ping command displays only a summary of the results.

A)-s
B)-r
C)-c
D)-q
Unlock Deck
Unlock for access to all 54 flashcards in this deck.
Unlock Deck
k this deck
34
Match each item with a statement below.
a.df
f.dump
b.ifconfig
g.du
c.dd
h.cmp
d.groff
i.talk
e.ps
copies and converts input records
Unlock Deck
Unlock for access to all 54 flashcards in this deck.
Unlock Deck
k this deck
35
While running,the top command supports interactive commands such as ____________________,which kills a running process.
Unlock Deck
Unlock for access to all 54 flashcards in this deck.
Unlock Deck
k this deck
36
One use of ____ is to get a general idea of how efficiently your network is designed.

A)ping
B)netstat
C)traceroute
D)ifconfig
Unlock Deck
Unlock for access to all 54 flashcards in this deck.
Unlock Deck
k this deck
37
Match each item with a statement below.
a.df
f.dump
b.ifconfig
g.du
c.dd
h.cmp
d.groff
i.talk
e.ps
compares two files
Unlock Deck
Unlock for access to all 54 flashcards in this deck.
Unlock Deck
k this deck
38
Match each item with a statement below.
a.df
f.dump
b.ifconfig
g.du
c.dd
h.cmp
d.groff
i.talk
e.ps
processes embedded text formatting codes
Unlock Deck
Unlock for access to all 54 flashcards in this deck.
Unlock Deck
k this deck
39
Samba is a utility that uses the ____ protocol,which is also used by Windows systems for sharing folders and printers.

A)RPC
B)NFS
C)IP
D)SMB
Unlock Deck
Unlock for access to all 54 flashcards in this deck.
Unlock Deck
k this deck
40
When you need to back up lots of files and directories or you want to do a full system backup,you can use the ____________________ utility from the command line.
Unlock Deck
Unlock for access to all 54 flashcards in this deck.
Unlock Deck
k this deck
41
What is a firewall?
Unlock Deck
Unlock for access to all 54 flashcards in this deck.
Unlock Deck
k this deck
42
Match each item with a statement below.
a.df
f.dump
b.ifconfig
g.du
c.dd
h.cmp
d.groff
i.talk
e.ps
displays process status by process identification number and name
Unlock Deck
Unlock for access to all 54 flashcards in this deck.
Unlock Deck
k this deck
43
How can you use remove garbage files from your system?
Unlock Deck
Unlock for access to all 54 flashcards in this deck.
Unlock Deck
k this deck
44
When would you use dd instead of cp?
Unlock Deck
Unlock for access to all 54 flashcards in this deck.
Unlock Deck
k this deck
45
Match each item with a statement below.
a.df
f.dump
b.ifconfig
g.du
c.dd
h.cmp
d.groff
i.talk
e.ps
lets users simultaneously type messages to each other
Unlock Deck
Unlock for access to all 54 flashcards in this deck.
Unlock Deck
k this deck
46
What is a PID?
Unlock Deck
Unlock for access to all 54 flashcards in this deck.
Unlock Deck
k this deck
47
What is the uptime command used for?
Unlock Deck
Unlock for access to all 54 flashcards in this deck.
Unlock Deck
k this deck
48
What is a core file?
Unlock Deck
Unlock for access to all 54 flashcards in this deck.
Unlock Deck
k this deck
49
Match each item with a statement below.
a.df
f.dump
b.ifconfig
g.du
c.dd
h.cmp
d.groff
i.talk
e.ps
sets up a network interface
Unlock Deck
Unlock for access to all 54 flashcards in this deck.
Unlock Deck
k this deck
50
What is the traceroute utility used for?
Unlock Deck
Unlock for access to all 54 flashcards in this deck.
Unlock Deck
k this deck
51
What is NFS?
Unlock Deck
Unlock for access to all 54 flashcards in this deck.
Unlock Deck
k this deck
52
What happens when you use the ps command with no options?
Unlock Deck
Unlock for access to all 54 flashcards in this deck.
Unlock Deck
k this deck
53
What are garbage files?
Unlock Deck
Unlock for access to all 54 flashcards in this deck.
Unlock Deck
k this deck
54
What happens if you use du without options?
Unlock Deck
Unlock for access to all 54 flashcards in this deck.
Unlock Deck
k this deck
locked card icon
Unlock Deck
Unlock for access to all 54 flashcards in this deck.