SUDO
An introduction to Super User (sudo) on Linux.
Advertisement:
Earn up to $30 per 1000 clicks : https://linkvertise.net/ac/18643 (*)
Thanks for watching.
COMMANDS & LINKS:
sudo : Super User do, run the command with Super User permissions.
cat stuff : Display the contents of stuff in terminal
sudo cat /proc/cpuinfo > ~/stuff : copy the contents of /proc/cpuinfo into ~/stuff
sudo chown john:john stuff : Change the ownership of a file or directory to user: john and group: john
clear (or CTRL+L) : Clears the terminal window
==========================
MY LINKS:
Internet development: http://jlavelle.uk
Visual Accounts: https://visualaccounts.co.uk
If you found the video useful, become a Patron: / jlavelle
NOTES:
I tend to make the videos "on the fly", there's no script and everything is done from memory with just a few notes to jog the "old, grey cells". I do apologise for the umms, ahhs, erms, and pregnant pauses in the video - men tend not to be quite as good at multi-tasking :D .
I will, when possible, copy and paste commands to make the videos a little quicker and so as to not waste your time.
BIO:
John has been working with computers for longer than he cares to remember. John trained as a Systems Analyst/Programmer, has also worked as a Systems Administrator on Windows Servers and Workstations and has been dabbling with Linux since the mid 1990s.
Along the way John has learnt and used COBOL, C, C++, Visual Basic, Delphi, PHP (HTML, CSS, JavaScript etc.), SQL, various Scripting languages and some proprietary database languages. John wrote his first website in early 1996 using Windows Notepad (no IDEs were available then) and, later, started using HotDog before moving to Dreamweaver then to NetBeans and Atom.
John, now, is freelance and develops software solely for the internet. John uses both Windows and Linux daily and develops web software in both environments using PHP, HTML, CSS (Sass & Less), SQL, JavaScript and various frameworks as the project dictates.