add reference to GNU/Linux, add examples for more command

This commit is contained in:
Shivam Mitra
2021-01-10 22:33:55 +05:30
parent 40c8760f42
commit cebcab40f2
3 changed files with 7 additions and 1 deletions

View File

@@ -79,6 +79,9 @@ and system utilities. The Linux kernel was independently developed and
released by Linus Torvalds. The Linux kernel is free and open-source -
[https://github.com/torvalds/linux](https://github.com/torvalds/linux)
Linux is a kernel and and not a complete operating system. Linux kernel is combined with GNU system to make a complete operating system. Therefore, linux based operating systems are also called as GNU/Linux systems. GNU is an extensive collection of free softwares like compiler, debugger, C library etc.
[Linux and the GNU System](https://www.gnu.org/gnu/linux-and-gnu.en.html)
History of Linux -
[https://en.wikipedia.org/wiki/History_of_Linux](https://en.wikipedia.org/wiki/History_of_Linux)