chapter 6 Flashcards
UNIX was originally an operating system developed at _______
AT&T Bell Labs
UNIX is now both a trademark and a specification, owned by an industry consortium called the
Open Group.
Linux started out in 1991 as a hobby project by
Linus Torvalds
Most of the tools that are part of the Linux system come from these
GNU tools
popular linux distrinution
red hat and derbian
____ help to run linux distribution on android
BusyBox
Kernels perform
pre-emptiev and multitasking
_____To find out what is in your home directory,
ls (list)
______To make a subdirectory in the current directory you are in.
mkdir (make directory)
______To change the current working directory to another.
cd (change directory)
_________To find out the pathname of your current directory
pwd (print working directory)
_______ command used to display the contents of a file on the screen
cat (concatenate)
creates new files for any file names that are provided as arguments.
touch
The command ______ moves or renames files
mv
This command makes a copy
cp