In this unit we learn how to recognise, create, remove, copy and move files using commands like file, touch, rm, cp and mv. [feedback]
Lesson Topics
- 4.1 All Files Are Case Sensitive
- 4.2 Everything Is a File
- 4.3 file
- 4.4.1 touch – Create an Empty File
- 4.4.2 touch -t
- 4.5.1 rm – Remove Forever
- 4.5.2 rm -i
- 4.5.3 rm -rf
- 4.6.1 cp – Copy One File
- 4.6.2 Copy to Another Directory
- 4.6.3 cp -r
- 4.6.4 Copy Multiple Files to Directory
- 4.6.5 cp -i
- 4.7.1 mv – Rename Files with mv
- 4.7.2 Rename Directories with mv
- 4.7.3 mv -i
QuizzesStatus