• 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/39

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;

39 Cards in this Set

  • Front
  • Back
How is the swap file disabled?
commented out in /etc/fstab (start line with #)
What program is used to install printers?
linuxconf
What file is used to start up and shut down the lpd printing daemon?
/etc/rc.d/init.d/lpd
Where is the LILO configuration file located?
/etc/lilo.conf
How many ID's does narrow SCSI employ?
8
What Red Hat directory holds system configuration files?
/etc/sysconfig
Where is the list of filesystems to be mounted at startup located?
/etc/fstab
Where is the file bashrc located?
/etc
What does adduser -g do?
sets the user's initial logon group
What command can be used to gather information based on username?
finger
What command is used to remove users?
userdel
What command is used to remove groups?
groupdel
How many ID's does wide SCSI employ?
16
What file is used for system initialization?
/etc/rc.d/rc.sysinit
What file is used to start and stop the inetd daemon?
/etc/rc.d/init.d/inet
Where is the file listing the default state and terminal connections located?
/etc/inittab
What command is used to activate a swap partition?
mkswap /dev/<partition>
What command is used to create new users?
adduser
What four pieces of information does finger provide?
full name, location, work phone, and home phone
What command is used to create groups?
groupadd
What command is used to create a filesystem?
mkfs
What is the SuSE configuration file?
/etc/rc.config
What file is used to start and stop network connections?
/etc/rc.d/init.d/network
What file controls the TERM environment?
/etc/inittab
What command is used to verify the current active shell?
env
What does adduser -d do?
specifies where the new user's home directory will be
What does adduser -e do?
sets the date that the user's account expires
What command is most often used to administer existing user accounts?
usermod
What is chfn used for?
changing the information finger provides
What command is used to change existing groups?
groupmod
What file should be edited to change the size of the swap file?
/etc/fstab
What does the mkfs -t switch do?
specifies the type of filesystem to be created
What file loads kernel modules at startup?
/etc/rc.d/rc.modules
Where are the X Windows configuration files located?
/etc/X11
What are the three BASH configuration files?
.bashrc
.bash_profile
.bash_logout
Where is the file bashrc located?
/etc
What does adduser -G do?
specifies a list of groups that the user is a member of
What is chsh used for?
changing a user's default shell
What two files do groupadd and groupmod write to?
/etc/group and /etc/gshadow