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

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;

31 Cards in this Set

  • Front
  • Back
This partition/dir contains Xwindows configuration files
/etc/X11
This parition/folder contains startup scripts and the rc directories
/etc/rc.d
Contains most user applications and should be in the user's path.
usr/bin
Contains software that is not part of the operating system itself. Simplifies backups.
/usr/local
Used to store temporary files for printing, mail, and news. Can grow very large and should be monitored.
var/spool
Contains software that is not part of the operating system itself. Simplifies backups.
usr/local
Contains binary files for software installed after installation of the operating system and should be on user's path.
usr/local/bin
What command would you type to find files named "770"?
find -name 770
What command would you type to find files with permission settings 770
find -perm 770
What command would you type to find files modified within the past 770 days?
find -mtime 770
When you install the locate utility on your system, you must create a database file called "x" and place it in location "y"?
x=locate.db, y=/var/lib
The newer more common version of locate called slocate resides where?
/var/lib/slocate/slocate.db
To keep the slocate db up to date, rebuild with this command?
updatedb
Where is the root account defined?
/etc/passwd
Use this account when you are logged in as a user and need to do something as root?
su
UID's less than this # are usually reserved for system accounts?
100
The beginning user group ID is defined in this file.
/etc/login.defs
System groups are usually numbered from what to what? User groups usually start at?
0-49, 50
Password characteristics are stored in what file?
/etc/login.defs
How can you change the password for multiple users at one time?
Use the chpasswd [option] command
What file can you edit to create a new user account?
/etc/passwd
what file requires editing if you want to add a new user to an existing group?
etc/group
what option with the useradd command creates a home directory for the new user?
useradd -m username
How can you specify when you want an account to expire with useradd?
useradd -e MM/DD/YY username
This command allows you to change the fields in an established user account.
usermod
when using usermod with these options, data in the old directory will be copied to the new directory
usermod -m -d
Using this command and option will delete a user from the /etc/passwd and other system files as well as delete their home directory.
userdel -r
What file is used to create and manage group accounts?
/etc/group
This utility can be used as an alternative to editing the /etc/group file
groupadd
This command & option allows you to add users to a group without editing the /etc/group file?
gpasswd -a
you can switch between the groups to which you belong by using this command?
newgrp