10 Flashcards

(6 cards)

1
Q

What is Open Source Licensing?

A

a legal framework that tells users how they can use, modify, and share the software.

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

example of Open Source Licenses

A

GPL (GNU General Public License)
MIT License
Apache License 2.0

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

MIT License

A

Very permissive (less strict)

Allows almost anything, even using the code in proprietary software

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

Apache License 2.0

A

Also permissive

Adds protection against patent claims

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

the concept of Linux OS system in a computing environment

A

Linux is an open-source OS used to manage computer hardware and software. It’s popular for its security, flexibility, and stability in both servers and desktops.

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

prompt: command argument

A

Prompt
This is what you see in the terminal waiting for you to type (user@localhost:~$)

Command
This is the action you want the system to do. (ls, cd, chmod)

Argument
telling command what to work on. (ls /home)

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