Shared Flashcard Set

Details

Linux Notices
For linux newbies
10
Engineering
Graduate
07/09/2013

Additional Engineering Flashcards

 


 

Cards

Term
uname
Definition
Quick diagnostics. Useful for installing scripts , computer information.
Term
Characters CR LF
Definition
CR: Carriage return ASCII 13, returning to the carriage of typewriter ^^

LF: Line Feed ASCII 10, rolling a piece of paper up 1 line

Combine them into CRLF -> left and down a line

*Nix uses the LF character
Macs use the CR character
Windows uses both -- with the CR coming before the LF

Transferring using ASCII will fix instead of binary
Term
CTrl+R
Definition
Searching previous commands
Term
ampersand &
Definition
To put process into background processing
Term
backticks
Definition
Result of a bash command as input to another command, but not via STDIN.
Term
Cal
Definition
Display calendar and date Easter
Term
Date
Definition
Show current time
Term
df
Definition
show current free space on disk
Term
free
Definition
to see current memory status
Term
TMUX
Definition
Command line multiplexer
Supporting users have an ad free experience!