10 Flashcards
(6 cards)
What is Open Source Licensing?
a legal framework that tells users how they can use, modify, and share the software.
example of Open Source Licenses
GPL (GNU General Public License)
MIT License
Apache License 2.0
MIT License
Very permissive (less strict)
Allows almost anything, even using the code in proprietary software
Apache License 2.0
Also permissive
Adds protection against patent claims
the concept of Linux OS system in a computing environment
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.
prompt: command argument
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)