Unix OS Flashcards
Components of Linux
Kernel
libraries
utilities
UI/CLI
Linux boot sequence
BIOS -> GRUB -> Kernel -> init -> runlevel
MBP
Master Boot Record is normally located in /dev/hda or /dev/sda
GRUB
Grand unified boot loader
if you want multiple installed on your system you can choose which to execute.
Location /boot/grub/grub.conf which link to /etc/grub.conf
what does kernel do in the boot sequence
mounts root files system in grub.conf
executes /sbin/init
what does initrd stand for.
initial Ram Disk
is used by kernel as temporary root file system until kernel is booted and real root file system is mounted.
What is init and its levels.
initialization of the OS. /etc/inittab file decides whip run level.
0 halt 1 single user mode 2 multimuser, without NFS 3 full multiuser mode with command line 4 unused 5 full multiuser mode with GUI/X11 6 reboot
most machines boot in 3 or 5
What is run level
Depending on the level the init system would execute a program from one of the directories supporting that level.
/etc/rf.d/rc[level#].d/
Program that start with a S mean what in the run level directory
start up
Program that start with a K mean what in the run level
directory
shutdown
What are the linux directories
bin boot dev etc home lib lost+found media mnt opt proc root sbin src srv tmp usr var
How many directories are then in linux
18
What is directory bin?
contains the system binary files that are essential for general operation of your computer. ex cp ls
What is directory boot?
contains only the files that are absolutely necessary to get ta basic linux system up and going. this only contains grub in formation
What is directory dev?
where are devices are located.
What is directory etc?
this is the config folder for your entire OS. Almost everything about he configuration is stored here.
These files are static and text based
What is directory home?
is where you store your user specific documentation and setting.
What is directory lib?
contains system library binaries that re required to run the system.
uses .so for these similar to windows dll.
What is directory media?
used to store removable media only.
What is directory mnt?
this is where you want to mount drives. temporary
What is directory opt?
is reserved for additional software you install. most people don’t use this director.
What is directory sbin?
these are binaries that are reserved for root users. they typically will only work when executed by root or sudo.
What is directory src?
used for plug and play configuration
What is directory tmp?
is a temporary storage folder.
What is directory usr?
houses all the binaries documentation libraries and header files for all the user applications. most usr binaries would be installed in to his folder.
What is directory var?
this stores all the files that vary as a the system runs. like log files backups mail cache
What is directory root ?
is the home directory for the root user.
What is directory proc?
is a virtual directory that contains process information. it contains runtime system info like system memory device mounted , hardware configuration
What is directory lost+found?
if your file system crash and the linux file system checker fsck recovers corrupt files they are placed here
What is directory srv?
it holds site specific data to be served by the system for protocols.
What is the most common file system used
*ext family
What is a inode
is a data structure that all the information about a file expect its name and data
what is a symbolic link
a point to another file
ln -s source.file softlink
what is a hard link
a copy of a file
wheel group
has special system privileges such as su -.
What does “|” mean in linux command line?
used to take output from one command to another
What does “;” mean in linux command line?
used for sequential commands the previous commands has to complete
What does “&” mean in linux command line?
used to run a command in the background
What does “()” mean in linux command line?
could be sued to expand a command before the outside commands runs
What does the reverse of this do: “>” mean in linux command line?
directs contents of a file to a command
What does “>” mean in linux command line?
directs the stand output to a command or file
What does “2>” mean in linux command line?
directs standard error to a file
What does “&>” mean in linux command line?
directs standard out and stand error to a file
What does “»” mean in linux command line?
direct both output of command to a file adding it to the end
What does “{}” mean in linux command line?
Expands out a set of characters.
ex Touch memo{1,2,3} would create memo1 memo2 memo3
What does “*” mean in linux command line?
matches any character
What does “?” mean in linux command line?
matches only one character
What does “[…]” mean in linux command line?
matches anything within the bracket.
What is bash?
borne again shell
/etc/profile
sets up user environment information for every user.
/etc/bashrc
executes for every user who run the bash shell each time it opens
~./.bash_profile
is used by the user for there own profile its only ran once and works for future shells.
~./.bashrc
contains information specific to your bash sell
~./.bash_logout
executes each time you close a shell
How is is file permission broken out in unix?
Number and Letters
Functions of file permission ?
What are there numbers and letters
Read 4 (r) Write 2 (w) Execute 1 (x)
How is permission broke into
directoryOrNot|Owner|group|everyone
Lettes for permission
Users(u)
Group(g)
Other(o)
All(a)
what does + - do for permission
add and remove
$ chmod u+x filename
give user execution permission
chmod u+r,g+x filename
give the user read permission and group execute permission
chmod u-rx filename
remove user read and execute permission
chmod a+x filename
give all execute permission
chmod –reference=file1 file2
copy the permission from one file to the other
chmod -R 755 directory-name/
change the directory and everything underneath to full permission
chmod u+X *
give everything in the folder execute permission
chown
change the owner of a file/folder. group:user
what are the signals available in linux
SIGHUP SIGINT SIGKILL SIGTERM SIGSTOP
What is SIGUP and its value?
Hangup value is 1
What is SIGINT and its value?
interrupt from keyboard value is 2
What is SIGKILL and its value?
kill signal value 9
What is SIGTERM and its value?
termination signal value is 15
What is SIGSTOP and its value?
stop the process value is 17,19,23
What is syslog? Where are they stored?
is use to store log files from the system. and where is it stored
/var/log/syslog
/var.log
What are the log levels
0-7 emergencies alert critical error warning notification informational debugging
where is passwords stored in linux
/etc/shadow file
what does $ mean on the command line
regular user
what does # mean
root users
what does “whoami” command do?
shoes username
what does “grep” command do?
search for input within a file
what does “pwd” command do?
print working directory
what does “ls” command do?
list the directory
what does “ls -la” command do?
shows all the file and folders
what does “mkdir” command do?
makes a directory
what does “tar “ command do?
used to compress or decompress files
what does “.” before file name command do?
hides a file
what does “uname -a “ command do?
prints system information
what does “who” command do?
shows who is logged into the ystem
what does “type [command]” command do?
is use to find where is a command taken from
what does “locate” command do?
is used to find a command on the directory that is not on your path.
what does “history” command do?
is used to show commands type
what does “alias” command do?
is used to create shortcuts.
what does “source” command do?
used to add a file to the current shell
what does “touch” command do?
is used to change the timestamp of a file. if no file exist it will create the file
what does “fg” command do?
bring a task to the foreground
what does “bg” command do?
bring any task to the background
what does “ruser” command do?
like who but for the list of host or all machines on a network.
what does “finger” command do?
used to find user information.
what does “losf” command do?
list of open files
what does “df “ command do?
reports the file system disk space usage
what does “du” command do?
report estimates of file space usage
what does “top” command do?
shows the processing running.
what does “adduser” command do?
used to create a user account
what does “passwd -l username” command do?
disable account
what does “passwd -r” command do?
delete an account
what does “groupmod” command do?
change the groups definitions
what does “usermod -a G groupName userName” command do?
added a user to a group .
what does “deluser user GROUPNAME” command do?
delete a user from a group
Systemctl [options] COMMAND [NAME]
used to manage a command
Service NAME [COMMAND]
used to manage commands.
security hash
Username:$#$HASH:last password changed:min number days between passord changes:maximun number of days valid:warn:inactive:expire
a. '#" Algorithems used i. 1 -md5hash ii. 2a - blowfish iii. 2y - blowfish iv. 5 - sha256 6 - sha512
TTL for linux is
64
What does updatedb do?
it updates the database for file names.
it is updated once a day.
What does ‘id’ command do
shows username
what does w command do
logged on users
what does who -a
user information
what /etc/shadow
shows local user hashes
/etc/passwd
shows local users
/etc/group
local groups
/etc/rc.d
startup services
etc/init.d
Service
/etc/hosts
known hostnames and IP