• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/34

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

34 Cards in this Set

  • Front
  • Back
What does kill -HUP do?
restarts a process
What is Konquerer?
a KDE file manager
What key combination will suspend a running process?
ctrl-z
What command moves passwords from /etc/passwd to /etc/shadow?
pwconv
How can a specific command be repeated?
!<command history number>
What does GUID stand for?
Set-GroupID
What is nmap?
a port scanner
What does kill -1 do?
restarts a process
What command will show the default settings for useradd?
useradd -D
What command will sort a text file in reverse alphabetical order?
sort -r
What program should be used to edit /etc/passwd?
vigr
Where is the configuration file for Apache located?
/usr/local/apache/conf/httpd.conf
What are the default settings of /etc/ftphosts? What does this do?
default settings are blank- the FTP server can be accessed from any host
Where are most hardware problems first detected in the boot process?
by the BIOS
What command can be used to watch a log file as entries are being logged?
tail -f
What command will examine current system resource usage?
top
What command will format the MBR?
fdisk /mbr
What do SUID and GUID do?
allows users executing a file to do so as the file's owner or group
Where are log files stored?
/var/log
What project was created to utilize terminal services?
Linux Terminal Server Project (LTSP)
Standard input is referenced by what number?
0
What command is used to see the current status of Samba?
/etc/rc.d/init.d/smb status
What does /etc/ftpusers contain?
a list of users not allowed to use FTP
Where are details of the last system boot stored?
/var/log/dmesg
What two methods can terminals use to obtain IP addresses?
bootp and DHCP
What is a file containing instructions used to compile a binary version of software from source code called?
a makefile
What does SUID stand for?
Set-UserID
What file logs failed login attempts?
/var/log/secure
Who is listed by default in /etc/ftpusers?
no one
What does /etc/ftphosts do?
lists what hosts are allowed to access the FTP server
What is the purpose of the locate utility?
to find the location of specified programs
Where is the Linux Documentation Project located?
www.linuxdoc.org
How do > and >> differ?
> overwrites the file if it exists; >> appends data to the file if it exists
What sort of utilities should be saved on a boot disk?
disk utilities, a text editor, and hardware and communication utilities