
Beginner's Guide To The Linux Terminal DistroTube
video description
Date: 2022-03-30
Related videos
Comments and reviews: 10
Jorge
Table of contents:
0:58 Opening the terminal
1:20 Zooming on the terminal
2:00 Print working directory - pwd
2:34 Change directory - cd
4:18 Clearing the screen - clear / Control+l
4:45 List contents of directories - ls
7:12 Manual pages - man
8:07 Creating files - touch
9:30 Showing file contents - cat
9:49 Creating directories - mkdir
10:23 Moving files - mv
11:36 Copying files - cp
12:14 Removing files - rm
13:05 Removing directories - rmdir
13:30 Removing not empty directories - rm -rf
15:06 Finding program binaries - which / whereis
16:29 Finding files in filesystem - locate / mlocate / find
17:54 Printing text - echo
19:21 Printing text - printf
21:26 Cat from the top of a file - less
22:00 Finding strings of text in a file - grep
22:50 Piping program outputs - -
23:19 Find and replace strings - sed
25:38 Printing first or last lines of a file - head / tail
26:54 File permissions - chmod
29:50 Console command history - history
30:43 Repeat last command - !!
31:56 Closing programs - kill / killall / xkill
33:20 Closing programs - htop
34:22 Testing connection - ping
35:11 Downloading things - wget
35:51 Getting the date - date
36:18 Calendar - cal
36:23 Calculator - bc
36:56 Configuring shell aliases - .bashrc editing
38:21 Updating Debian-based systems - apt update && apt upgrade
reply
Table of contents:
0:58 Opening the terminal
1:20 Zooming on the terminal
2:00 Print working directory - pwd
2:34 Change directory - cd
4:18 Clearing the screen - clear / Control+l
4:45 List contents of directories - ls
7:12 Manual pages - man
8:07 Creating files - touch
9:30 Showing file contents - cat
9:49 Creating directories - mkdir
10:23 Moving files - mv
11:36 Copying files - cp
12:14 Removing files - rm
13:05 Removing directories - rmdir
13:30 Removing not empty directories - rm -rf
15:06 Finding program binaries - which / whereis
16:29 Finding files in filesystem - locate / mlocate / find
17:54 Printing text - echo
19:21 Printing text - printf
21:26 Cat from the top of a file - less
22:00 Finding strings of text in a file - grep
22:50 Piping program outputs - -
23:19 Find and replace strings - sed
25:38 Printing first or last lines of a file - head / tail
26:54 File permissions - chmod
29:50 Console command history - history
30:43 Repeat last command - !!
31:56 Closing programs - kill / killall / xkill
33:20 Closing programs - htop
34:22 Testing connection - ping
35:11 Downloading things - wget
35:51 Getting the date - date
36:18 Calendar - cal
36:23 Calculator - bc
36:56 Configuring shell aliases - .bashrc editing
38:21 Updating Debian-based systems - apt update && apt upgrade
reply
nic
So as someone who just installed ubuntu last week. This is super helpful. As your teaching commands, I'm following most of em and also have libreoffice writer open making myself a key so I can refer back. Hopefully it helps me retain this information much quicker. I am having an issue with tab not auto completing. If anybody knows how I can fix this that would be awesome.
reply
So as someone who just installed ubuntu last week. This is super helpful. As your teaching commands, I'm following most of em and also have libreoffice writer open making myself a key so I can refer back. Hopefully it helps me retain this information much quicker. I am having an issue with tab not auto completing. If anybody knows how I can fix this that would be awesome.
reply
JT
Wow this is an awesome video. I'm not a linux beginner by any means, but I'm no advanced user either. Maybe intermediate. Anyhow, this was great. Just started the video a few mins back and I've already learned some basic things I should have already known, but somehow missed. Thanks.
reply
Wow this is an awesome video. I'm not a linux beginner by any means, but I'm no advanced user either. Maybe intermediate. Anyhow, this was great. Just started the video a few mins back and I've already learned some basic things I should have already known, but somehow missed. Thanks.
reply
kestrel
I thoughts it was weird when i first heard Indian accent in a video teaching me computer science, turns out its even weirder hearing a Southern accent in a video teaching me computer science. Jokes aside, its a great video with clear explanation. Good job
reply
I thoughts it was weird when i first heard Indian accent in a video teaching me computer science, turns out its even weirder hearing a Southern accent in a video teaching me computer science. Jokes aside, its a great video with clear explanation. Good job
reply
Adam
echo -e -1\n2\n3\n- works like printf with the -\n-.
The comment about ' vs - , it really doesn't matter: String interpolation is a HUGELY important topic to understand for the command line. That could be a whole separate video. I'd name it: - vs ' vs -
reply
echo -e -1\n2\n3\n- works like printf with the -\n-.
The comment about ' vs - , it really doesn't matter: String interpolation is a HUGELY important topic to understand for the command line. That could be a whole separate video. I'd name it: - vs ' vs -
reply
Roaring
DT you are the best Linux teacher I could ever ask for. This is such a helpful guide to the Linux terminal and you go at a really good pace. You explain things in a very clear way and I find this tutorial very easy to follow. Keep up the amazing work!
reply
DT you are the best Linux teacher I could ever ask for. This is such a helpful guide to the Linux terminal and you go at a really good pace. You explain things in a very clear way and I find this tutorial very easy to follow. Keep up the amazing work!
reply
Keylanos
At around 40:00 when creating the -aptup- alias, the system recommended i don't do it there directly, but at a seperate bash aliases file. Can you do a tutorial on how to do that?
reply
At around 40:00 when creating the -aptup- alias, the system recommended i don't do it there directly, but at a seperate bash aliases file. Can you do a tutorial on how to do that?
reply
Adam
At time offset 14:57, you should also emphasize rm -rf test / is a really bad typo; space between test and /. If you ran that as root, you just destroyed your computer!
reply
At time offset 14:57, you should also emphasize rm -rf test / is a really bad typo; space between test and /. If you ran that as root, you just destroyed your computer!
reply
Aron
Love your videos man, you got me wanting to try Arch out. I'm running windows 11, and Ubuntu on a cheap laptop, and your videos have been priceless.
reply
Love your videos man, you got me wanting to try Arch out. I'm running windows 11, and Ubuntu on a cheap laptop, and your videos have been priceless.
reply
Anona
I don't think it's a coincidence that you're using Mint for a beginners tutorial.
There are sooo many Windows refugees that went to Mint.
reply
I don't think it's a coincidence that you're using Mint for a beginners tutorial.
There are sooo many Windows refugees that went to Mint.
reply
Add a review, comment
Other channel videos















