final Flashcards
General Knowledge (243 cards)
sudo
execute command as root or superuser, also change into another user besides root with permission
cal
displays calendar in the terminal
cd
change to specific directory
date
display or set date and time
diff
compares files line by line, prints lines that are different
find
allows you to find files that exist in a directory that matches some pattern
grep
searches input files and looks for lines that match one or more patterns
gzip
compress or expand a list of files
less
view a file one page at a time, backwards or forwards.
ls
lists files in the current working directory
man
displays user manual for other commands
more
view a file one page at a time
pwd
the present working directory
scp
copy files securely between computers over network
sort
sort file, arranges records in particular order, can sort file alphabetically
ssh
secure way to access computer over an unsecured network by remote machine, transferring files between two machines, and for executing commands on the remote machine
tar
access collection of files and place them into a highly compressed archive file
wc
count number of lines, words and characters in a file by ls -1
wget
download files from the web
what is an operating system?
programs that manages computer’s hardware, provides base for application of programs and acts as an intermediary between user and hardware
SLOC
source lines of code
what is a kernel?
program that has complete control over everything that occurs in the system
what is a shell?
program that is spawned by the kernel and interacts with the user, providing an interface between the OS and the user
what is a process?
executing/running instance of a program