VehiclesFashionRecipesBlogsHuntTravelsSportFunHandmadeITEducation
Mini-Games
x

x
zakruti.com » IT - Software » freeCodeCamp.org
The 50 Most Popular Linux & Terminal Commands - Full Course for Beginners

The 50 Most Popular Linux & Terminal Commands - Full Course for Beginners

FBTwitterReddit

video description

Rating: 4.0; Vote: 1
Learn the 50 most popular Linux commands from Colt Steele. All these commands work on Linux, macOS, WSL, and anywhere you have a UNIX environment. - -- Colt Steele developed this course. - The Linux Command Handbook by Flavio Copes: https://www.freecodecamp.org/news/the-linux-commands-handbook/ - If you want to learn more about terminal commands and become a software engineer, check out the bootcamp Colt built with Springboard: https://www.springboard.com/courses/software-engineering-career-track-cvs1/
Date: 2022-03-14

Comments and reviews: 10


I've been using shells since grad school in the mid-1980s and Linux since the late 1990s. I don't believe I've ever used __open__ . As for __nano__ , I'd love to see usage stats on how many accounts use it vs vi, EMACS, etc. I may not stray far enough from Ubuntu, but I've never used any distribution which didn't include vimtiny among its default packages.
Sure __sudo__ is popular (frequently used), but __su__ ? If it is, should it be?
Finally, most of the commands shown are external, but __alias__ is always a shell built-in, no? Which leads to a question: how many use __clear__ rather than an alias to something shorter? Me, I use Windows about as frequently as Linux, so I use alias cls=clear, and I could shorten that to cs. As for __history__ (also a shell built-n), how much value does it have without __fc__ ?

reply

47:25 linux is best on virtual machine and servers. what is linux desktop. its debian + what eva wallpaper (in nutshell) if its ubuntu then its debian. testing branch. bla bla. when we have only one linux official OS and option change wallpaper LOL linux never beat windows and allways be sunday programmers ugly stuff. where is this is it LINUX OS this is your options. and lets get rif of options inside -distros- too. this is linux is use gnome or what eva, but need make choise what is linux or windows allready and still win. windows have only one window manager dats that LOL. why linux also cant have one and dats dat.lol. yes you can install other window managers for windows and they are gimmicky and make my point who all distros are in linux lol
reply

In spite of the fact that computer technology is changing very rapidly and sometimes in very drastic ways, the UNIX/Linux fluency still remains so relevant. I am amazed that Unix knowledge I acquired in my college days (25+ years ago) still carries me thru in various jobs. I've changed so many languages and frameworks over the years, they become obsolete or not in demand, but knowledge of Linux is still crucial. Same for SQL. If nothing else -data structures, Linux commands and SQL should be in your foundation.
reply

macOS is a UNIX 03-compliant operating system certified by The Open Group. It has been since 2007, starting with MAC OS X 10.5. The only exception was Mac OS X 10.7 Lion, but compliance was regained with OS X 10.8 Mountain Lion. Amusingly, just as GNU stands for -GNU's Not Unix,- XNU stands for -X is Not Unix.-
reply

When you have a directory with boatload of files, ls becomes a pretty heavy command as it sorts by default. Remember when an archive directory on our server had thousands and thousands of small files, I had to write a C program with native code for a raw listing. -find- is even more intrusive.
reply

I used Ubuntu Docker image to run and try out all these commands. Just have to run apt-get update inside the container every time I want to continue learning these command spanning over a few days. BTW, thank you for the great video.
reply

In kill command you give PID by yourself is it possible that linux automatically locate PID and kill it. We just have to write specific file name and PID will be located by it? How it can be done because I hage to use loop.
reply

Can you create file in the path that doesn't have folders on the way? For example touch /1/2/test. With mkdir -p you can create folders if they don't exist. What about creating a new file in a similar way ?
reply

The only thing that scares me about using Linux Commands is that I can't undo the command line I typed if I don't like what it did. Or undo a mistake that who knows what will do to my computer.
reply

Hi Colt, how do you set the verbose (-v) from the very beginning of a terminal session? How do you turn it on by default? Please reply. thanks, Bob
reply
Add a review, comment






Other channel videos