NDOS515_Session_2 Flashcards
“Desktop”…?
Shows up on your GUI desktop
“Documents”…?
for…documents.
“Bin”…?
holds “binaries” and executable scripts
“public_html”…?
(sometimes) has your Web page(s)
“pwd”…?
tells where you are
“cd”…?
to get to a new directory (folder)
”~”…?
refers to your home
- cd ~
- cd ~/music
Leading slash (or ~) means …?
Start at top.
Absence of slash means…?
From here.
Linux Standard Directories:
/bin…?
Important executables.
Linux Standard Directories:
/etc…?
System configuration.
Linux Standard Directories:
/home…?
Users homes
Linux Standard Directories:
/tmp…?
Temporary Files.
Linux Standard Directories:
/user/bin…?
More executables.
Redirection:
The output of any command can be captured into a file…?
ls > listing.txt
note: “.txt” isn’t necessary and is omitted by experienced Unix users