next up previous contents
Next: Your current directory Up: Files and directories Previous: File names   Contents

Creating files and directories

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

touch <filename>

To create a new directory type:

mkdir <directory_name>



Amit Jain 2009-08-23