LPI Part 1 Flashcards
/etc/passwd
A colon-separated file that contains details about users, such as username, UID, password, and GID
/etc/shadow
Stores users passwords in encrypted format
/tmp
Stores temporary files and can be safely deleted during a reboot
/boot
Contains all of the installed kernels on your system and their needed drivers
Hard Link
The link is between the filename and the actual data stored on the filesystem
Symbolic Link (soft link)
A pointer to another file on the same or another filesystem; commonly referred to as a shortcut.
CRTL + SHIFT + C
Allows copying highlighted text while working in the command line terminal
which
Displays where executable files are within the system’s PATH
man -f
Display a concise one-line description of the command
man -k
Search for commands related to a given keyword
route
Used to show/manipulate the IP routing table
First Regular User UID
1000 and then increments from there
File Descriptor Number for Standard In (STDIN)
0
File Descriptor Number for Standard Out (STDOUT)
1
>
Standard output