Let's talk about Linux in the broad sense which is a free operating📌 system:


-Linux kernel created by Linus Torvalds


-GNU software/GNU project and others (license, tools, ...), created by Richard Matthew Stalleman


linux and GNU


They are many distribution linux as Debian, Ubuntu...


Who permit of administrate, of make office automotion ...


Using on Oracle VM with this distibutions who you using in windows for do navigation on the web and you can now using better our ressourcies (cpu, network,...) through your Virtual Machine. But also of do of image edition, of texte, read audios and movies... This is also an operating system full. Providing by this companies, this programmers (programmer Debian, Canonical Ltd. enterprise ...).


One thing important in ours distributions, is the possibility of using or not the terminal trought the commands (or code📌) for administrate our new operating system.


After booting our operating system by your own VM, giving our ressources informations.


We enter also in ours machine and log in in this one( login, password). Great we uncover our new machine.


Also, the commands who can permitted of admnistrate ours distribution.


📌Here are, the most usefull commands for beginners :


uname: display lot of system informations


whoami: display a current connected user on your computer distribution (userid)


who: display a list of connected users on your computer distribution


pwd: resend the current repertory


ls: list the content of a repertory


example: #prompt# ls -n | grep home


cd: for move in a repertory


example: #prompt# cd home/


cp: copy a document


example: #prompt# cp shellscript.pdf newnamescript.pdf


mv: move a document


rm: delete a document


mkdir: create a repertory


example: #prompt# mkdir MyFolder


cat: display a content of document txt




Below a script shell bash to download (diffculty Easy ⭐):
visit-website.sh