Next: Your current directory
Up: Files and directories
Previous: File names
Contents
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
2013-04-22