Unix 1 Flashcards
pwd
Will show you current directory
manage memory, I/O devices, allocates the time between user and process, inter-process communication, sets process priority
Kernel
- information about users logged on to system
who, w
- displays calendar for specified month of
specified year
cal 3 1995
is the most popular Unix shell, and is very similar to the
Bash shell
Korn shell
- displays calendar for specified year
cal 1995
LINUX was created by
Linus Torvalds
Linux was created by Linus Torvalds in the
1990’s, released to the
Internet in 1994, mostly using GNU C compiler
creates a new file, or updates stats (eg. timestamp) on an
existing file
touch
to create directories
mkdir
to create a directory & any parent directories not
already existing
mkdir -p
to delete empty directories, eg. ___ directorylist
rmdir
existing-file new-file to rename or move files & directories
mv
source-file destination-file - to copy files (careful, overwrites destination with no warning)
cp
to copy directories including files and subdirectories
cp -r
to delete files, eg. rm file-list
rm
to delete directories including files and subdirectories
rm -r
to delete directories including files and
subdirectories, with prompt to confirm removal
rm -ir
display contents of file
cat
displays file contents one page at a time
o <space> - will go to next screenful of information</space>
more or less -
b - will go to previous screenful of information
the ??? is a program that sits on the as an interface between users and kernel.
it is a command interpreter and also programming capability of its own.
has many types
shell
information about your session
who am i, whoami
is used to change current directory
cd
cd directory name
Unix is an
operating system (OS)