Creating files and directories

Normally you would use a text editor for creating files. (see Section 6.2.2 on file editing). However you can use the following command to quickly create an empty file.

touch <filename>

To create a new directory type:

mkdir <directory_name>