What is UNIX | Basic UNIX Commands Flashcards
1
Q
What is UNIX?
A
It is a family of computer operating systems that derive from the original AT&T Unix os.
2
Q
What are examples of UNIX systems?
A
Linux
Android
MacOS
Playstation OS
3
Q
What are UNIX commands?
A
It allows users to communicate with the operating system using commands.
4
Q
Where can you do UNIX commands?
A
Mac - Terminal
Windows - Have to use an emulator because windows is not a UNIX system
5
Q
What are pwd, ls, cd, mkdir commands?
A
pwd - print working directory
ls - list files
cd - change directory
mkdir - create a new directory
6
Q
What are touch, cp, rm, man commands?
A
touch - create a new file
cp - copy a file into a new directory
rm - remove a file
man - opens a manual