Episode 6 File management part 2

In this episode, we continue looking at managing files and directories using cp, rm, mkdir, and rmdir. We also show off the tree command and revisit creating an alias in our .bashrc.

1 September 2015

Time Jump Topic or command
00:31  

cp (copy files and dirs)

02:58  

. (current dir)

03:33  

cp -v (verbose)

04:25  

cp -r (recursive)

05:53  

cp -a (archive)

07:05  

mkdir (make dirs)

07:16  

mkdir -p (parents)

08:55  

tree (list dirs in tree-like form)

09:27  

rmdir (remove empty dirs)

10:35  

rm (remove files or dirs)

11:49  

rm -r (recursive)

12:18  

rm -i (interactive)

12:46  

.bashrc

13:51  

^C (interrupt)

14:13  

\ (backslash)

15:08  

rm -f (force)

16:17  

/ (root directory)

blog comments powered by Disqus