04 Flashcards
What symbol indicates a non-privileged user?
#
What symbol indicates a privileged user in windows?
@
What is root?
The user root
What is /
root of the file system
what is /root?
The user root’s home directory
What does the PWD stand for/do? What’s it’s windows variant?
Print Working Directory, CD
What does the LS command stand for/do? What’s it’s windows variant? What are their options?
LISA
TAS
List directory, -l(provides a long lisitng), I(provides inode index), -S(Displays system block files) A-(include all invisible files)
Dir
/T(provides time fields, when it was created,accessed,last written too)
/A(Allows to filter by specific attirbutes)
/S(Lists all directories/sub directories
How do you find out about the system information in Linuix/Windows?
uname -a/ ver
When using the tree command in Linux how do you append for directories?
tree -f
How do you see the date/time in linuix vs windows? How do you set them?
date -s 00/00/0000 32:56:87
date /t to not change
time /t to not change
How do you find help in windows vs linuix?
help
man
How do you change directory in linuix vs windows?
cd
What are the text viewers in linuix?
Head, tail, more less, cat
How do you combine files in Linux and display their contents?
cat
What do each of these directories contain?
/boot
/bin
/usr
/lib
/dev
/etc
/home
/opt
/proc
/root
/tmp
/var
static files of the boot loader
essential command binaries
essential system binaries
universal system resources
shared libraries (network files)
device files (block and charcters)
Everything configurable(admin/config files)
user home diretories
optional third party software (steam)
proccess used by the system
roots home directory
temporary files
variable size data, (logs)