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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are examples of UNIX systems?

A

Linux
Android
MacOS
Playstation OS

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are UNIX commands?

A

It allows users to communicate with the operating system using commands.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Where can you do UNIX commands?

A

Mac - Terminal

Windows - Have to use an emulator because windows is not a UNIX system

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly