Create file option not showing in linux

1. Open terminal either from application menu or by pressing Ctrl+Alt+T on keyboard.

2. Now create an empty file in the Template folder.

Copy and paste the command in terminal and hit run:

touch ~/Templates/Untitled\ Document

This command creates a file named Untitled Document. You can TRY change it to whatever as you change want. NOTE that ‘\‘ is required in the command before the blank space in the filename.

create-document

3. Finally open file browser and right-click on blank area to create new file documents.

You’ll see the ‘New Document’ option once you created the file in step 2.

new-document-option

Leave a Reply

Your email address will not be published. Required fields are marked *