answersLogoWhite

0


Best Answer

There's actually no such thing as a "hidden" file or folder in Linux. In Windows, files and folders are hidden by setting a file attribute on them, and is used to prevent novice users from viewing or modifying them. In Linux, a file or folder can be "hidden" from most shells and file managers by simply prefixing a "." in front of the name (.settings, for instance). A simple 'View > Show hidden files' or "ls -a" is all it takes to list them. The purpose is thus purely for cosmetic / organizational purposes.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

14y ago

You can "hide" folders (unless the file manager is set to display them) by prefixing a "." in front of the file name.

This answer is:
User Avatar

User Avatar

Wiki User

9y ago

The terminal command "mkdir" (without the quotes) will create a new directory.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you create directory or folder in Linux?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the output of mkdir DesktopCS604 in Linux?

There is no text output. That command would create a directory / folder called "DesktopCS604".


How do you create a directory with spaces in its name in Linux?

mkdir First\ Second\ Third\ Fourth\ FifthThat would create a folder / directory with the name First Second Third Fourth Fifth.


What is the lowest level of directory within Linux?

Its a Folder


How do you create a directory in Linux?

mkdir directoryname


Which Linux folder is the default location for the Apache file directory?

/etc/apache2


When you create a folder are you creating a directory?

Yes.


What will be the commans to create sub directory Linux under aptech?

mkdir aptech/Linux


How do you remove a directory with substructures in Linux?

You can remove a folder recursively with the command: rm -r dirname


What command did you use to create directory?

mkdir this is the new directory command. or in kde/gnome right click in a folder and choose new folder.


What are several sets of commands you can use to remove the directory and its contents in linux?

# rm -rf Target-folder Will remove the folder Target-folder and all it's contents .


How do you create a directory in Windows Vista?

A directory is the same as a folder. Go to Start>My Computer> go to the folder you want to make a directory in>click "New Folder" at the top of the screen (or right click and go to new>folder)>Name your folder>press enter>You just made a new folder!


How do you create a folder by using terminal in ubuntu?

mkdir directory-name