Unix Commands - Beginning Flashcards
kernel
manages processes, devices, and memory.
shell
interface between kernel and user. interpreter of commands.
file system
hierarchy of directories, subdirectories and files.
standard input
what user types.
standard output
resulting text from the process of a command.
passwd
command for password. password is not visible in shell. login is lowercase. commands are case sensitive.
logout
ends session
pwd
print working directory. shows pathway of current directory.
cd
change directory. can accept argument.
flags
single letter abbreviations that modify commands.
arguments
typically file names input after a command.
ls
lists directories and all files. -a lists all entries.
-l (lowercase L)
prints list in long format. gives mode, links. owner, size and time of last mod.
-F
visualization of contents being linked. these are / after names of directories. * is executable file. @ is link.
-1 (number one)
prints each file name on separate line.