Guide Flashcards
(50 cards)
____ variables are used to store information about the setup of the operating system, and after they are set up, you typically do not change them.
A ) Global
B ) Environment
*C ) Configuration
D ) Shell
The head and tail commands, allow you to view the first few or last few lines of a file (____ lines by default).
A ) five
*B ) ten
C ) fifteen
D ) twenty
A program’s high-level language statements are stored in a file called the ____ file.
A ) shell
B ) script
C ) program
*D ) source
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
What is the script that starts system services such as networking, printing, automated script execution, and many others?
A ) rc.sysinit
*B ) rc
C ) init
D ) rc.local
The ____ is the prompt symbol traditionally associated with ordinary users.
*A ) dollar sign ($)
B ) pound sign (#)
C ) tilde (~)
D ) percent sign (%)
Computer files containing nothing but printable characters are called ____ files.
*A ) text
B ) binary
C ) document
D ) ASCII
Using the nice command without any options gives the process a nice level of ____.
A ) 0
B ) 5
*C ) 10
D ) 20
In the Linux Bash shell, the ____ key combination deletes a word or consecutive characters.
A ) Ctrl+b
*B ) Alt+d
C ) Alt+l
D ) Ctrl+a
The ____ command removes duplicate lines from a file.
A ) grep
B ) dup
*C ) uniq
D ) diff
System administrators and programmers refer to standard output as ____.
A ) sout
B ) stout
*C ) stdout
D ) standardout
You can start Emacs by entering the ____ command in the terminal window or at a command line in UNIX/Linux.
A ) e
B ) em
C ) emcs
*D ) emacs
____gives the owner read, write, and execute permissions.
A ) chmod 155
B ) chmod 551
C ) chmod 577
*D ) chmod 755
____ is a multifunction tool that enables you to manage openSUSE from one location.
A ) User Manager
*B ) YaST
C ) Control Panel
D ) MC
The ____ directory contains configuration files that the system uses when the computer starts.
A ) /boot
B ) /bin
C ) /dev
*D ) /etc
In KDE, there is a ____ that provides similar functions to the Panel in GNOME.
A ) K Menu
B ) Konsole
*C ) Kicker
D ) Konqueror
How is the top command normally started?
*A ) top
B ) top -f
C ) top -o ps
D ) top z
In Linux, the native file system is the ____, which is installed by default.
A ) ufs
*B ) ext fs
C ) ReiserFS
D ) jfs
Currently, the ____ project, a joint effort of experts from industry, academia, and government, is working to standardize UNIX.
*A ) POSIX
B ) BSD
C ) ANSI
D ) Ubuntu
Which run level is used for system maintenance, does not require logging in with a user name and password and does not provide networking capabilities?
A ) 0
*B ) 1
C ) 2
D ) 4
A sorting ____ is a field position within each line.
A ) index
*B ) key
C ) column
D ) position
In X Window terminology, the ____ provides the specific GUI appearance, software applications, and other resources that you use.
A ) theme
*B ) desktop
C ) Window Manager
D ) X client
When processing the individual elements of an array, use the ____character.
A ) @
B ) #
*C ) $
D ) *
When you assign a value to a variable, you might want to evaluate it by displaying its contents via a(n) ____ operator.
A ) definition
B ) echo
*C ) evaluating
D ) print