Traversy Media
Timestamps:
0:00 – Intro
1:34 – Slides Start
2:00 – Why Learn The Command Line?
5:43 – Command Line vs Terminal vs Shell
8:25 – Let’s Talk About Windows
10:30 – Gist File
12:20 – Up & Down Arrow
12:44 – Tab Key
13:08 – Keyboard Shortcuts
14:11 – man
15:11 – whoami
15:17 – date
15:21 – clear
15:47 – pwd
16:09 – ls
18:13 – cd
19:35 – open, start, xdg-open
20:25 – mkdir
20:55 – touch
21:22 – rm
22:31 – rm -r
23:48 – cp
24:28 – mv
27:46 – cat
29:14 – RIght Angle Bracket (piping)
30:32 – less
31:00 – head
31:21 – tail
32:01 – nano
33:04 – echo
33:53 – grep
36:10 – find
38:03 – More On Piping
39:44 – ln (symlinks)
41:36 – tar
43:45 – history
Course Contents ⭐️
⌨️ (0:00:00) Introduction
⌨️ (0:04:37) Why use the command line?
⌨️ (0:06:56) The world of operating systems
⌨️ (0:10:56) What is Linux?
⌨️ (0:16:58) Shells and Bash
⌨️ (0:19:28) Setup For Linux Users
⌨️ (0:20:28) Setup For Mac Users
⌨️ (0:21:05) Setup For Windows (WSL)
⌨️ (0:29:43) Using The Terminal
⌨️ (0:31:12) whoami
⌨️ (0:32:34) man
⌨️ (0:33:40) clear
⌨️ (0:36:42) intro to options
⌨️ (0:39:05) pwd
⌨️ (0:41:07) ls
⌨️ (0:49:21) cd
⌨️ (1:00:40) mkdir
⌨️ (1:06:33) touch
⌨️ (1:12:03) rmdir
⌨️ (1:13:05) rm
⌨️ (1:21:26) open
⌨️ (1:23:55) mv
⌨️ (1:27:51) cp
⌨️ (1:31:56) head
⌨️ (1:33:02) tail
⌨️ (1:35:27) date
⌨️ (1:36:02) redirecting standard output
⌨️ (1:41:48) cat
⌨️ (1:46:15) less
⌨️ (1:49:17) echo
⌨️ (1:51:38) wc
⌨️ (1:53:52) piping
⌨️ (1:56:43) sort
⌨️ (2:01:09) uniq
⌨️ (2:06:59) expansions
⌨️ (2:17:08) diff
⌨️ (2:21:01) find
⌨️ (2:32:10) grep
⌨️ (2:36:52) du
⌨️ (2:40:55) df
⌨️ (2:44:04) history
⌨️ (2:47:32) ps
⌨️ (2:51:50) top
⌨️ (2:54:02) kill
⌨️ (3:00:13) killall
⌨️ (3:01:37) jobs, bg, and fg
⌨️ (3:09:40) gzip
⌨️ (3:12:18) gunzip
⌨️ (3:15:27) tar
⌨️ (3:23:36) nano
⌨️ (3:31:17) alias
⌨️ (3:42:48) xargs
⌨️ (3:50:57) ln
⌨️ (4:01:49) who
⌨️ (4:03:47) su
⌨️ (4:08:32) sudo
⌨️ (4:18:36) passwd
⌨️ (4:21:54) chown
⌨️ (4:31:08) Understanding permissions
⌨️ (4:47:15) chmod
Table of Contents
Introduction to Linux and shells
The Linux man command
The Linux ls command
The Linux cd command
The Linux pwd command
The Linux mkdir command
The Linux rmdir command
The Linux mv command
The Linux cp command
The Linux open command
The Linux touch command
The Linux find command
The Linux ln command
The Linux gzip command
The Linux gunzip command
The Linux tar command
The Linux alias command
The Linux cat command
The Linux less command
The Linux tail command
The Linux wc command
The Linux grep command
The Linux sort command
The Linux uniq command
The Linux diff command
The Linux echo command
The Linux chown command
The Linux chmod command
The Linux umask command
The Linux du command
The Linux df command
The Linux basename command
The Linux dirname command
The Linux ps command
The Linux top command
The Linux kill command
The Linux killall command
The Linux jobs command
The Linux bg command
The Linux fg command
The Linux type command
The Linux which command
The Linux nohup command
The Linux xargs command
The Linux vim editor command
The Linux emacs editor command
The Linux nano editor command
The Linux whoami command
The Linux who command
The Linux su command
The Linux sudo command
The Linux passwd command
The Linux ping command
The Linux traceroute command
The Linux clear command
The Linux history command
The Linux export command
The Linux crontab command
The Linux uname command
The Linux env command
The Linux printenv command