it will be of the name which is selected by Govind.....
The /, or root directory.
Assuming the directory is in your Home directory use: rmdir directory-name This will fail if there are files within the directory. In this case, use rm -r directory-name.
it is a configaration directory in unix system.max file is in form of database.for example file /ect/passwd is kept information of user name,gruop name,uid,gid, home directory and shell.
The user's name is stored in /etc/passwd and/or /etc/shadow. The user's data is stored in the /home directory.
Each user (on a multi-user computer) has a home directory, and it is the first directory shown after a user logs in. For instance: rodney@downstairs:~$ shows that my user name is rodney, my host or computer name is 'downstairs', the tilde '~' shows that I am in my home directory, and the dollar sign '$' shows that all is ready for me to type in a command. Typing the command 'pwd' (without the single quotes) in a terminal will show which directory you are in - pwd means 'print working directory'. The command 'ls' will list all directories.
Govind Armstrong's birth name is Govind Marcellus Armstrong.
mkdir directoryname mkdir "directory name with spaces"
/home Or, a user's home directory will usually be /home/<username>. For example, say your user name is jsmith: /home/jsmith
His screen name Govinda stands for "Govind A." as his birth name is Govind Arun Ahuja.
mkdir First\ Second\ Third\ Fourth\ FifthThat would create a folder / directory with the name First Second Third Fourth Fifth.
It means that the file or directory is used for application settings.
By itself, cd will do nothing. When it is followed by the name or path of a folder, for example cd /home/user, it will change the current working directory to the one specified.