Completed
echo
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
The 50 Most Popular Linux & Terminal Commands - Full Course for Beginners
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 Why use the command line?
- 3 The world of operating systems
- 4 What is Linux?
- 5 Shells and Bash
- 6 Setup For Linux Users
- 7 Setup For Mac Users
- 8 Setup For Windows (WSL)
- 9 Using The Terminal
- 10 whoami
- 11 man
- 12 clear
- 13 intro to options
- 14 pwd
- 15 ls
- 16 cd
- 17 mkdir
- 18 touch
- 19 rmdir
- 20 rm
- 21 open
- 22 mv
- 23 cp
- 24 head
- 25 tail
- 26 date
- 27 redirecting standard output
- 28 cat
- 29 less
- 30 echo
- 31 wc
- 32 piping
- 33 sort
- 34 uniq
- 35 expansions
- 36 diff
- 37 find
- 38 grep
- 39 du
- 40 df
- 41 history
- 42 ps
- 43 top
- 44 kill
- 45 killall
- 46 jobs, bg, and fg
- 47 gzip
- 48 gunzip
- 49 tar
- 50 nano
- 51 alias
- 52 xargs
- 53 ln
- 54 who
- 55 su
- 56 sudo
- 57 passwd
- 58 chown
- 59 Understanding permissions
- 60 chmod