answersLogoWhite

0

it will be of the name which is selected by Govind.....

User Avatar

Wiki User

11y ago

What else can I help you with?

Related Questions

What is the name of the Linux top level directory of the file system?

The /, or root directory.


What is the command is used to remove directory in Linux?

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.


What is etc in Linux?

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.


Where would data for a user's name be stored in a Linux or UNIX system?

The user's name is stored in /etc/passwd and/or /etc/shadow. The user's data is stored in the /home directory.


What is the default home directory for a user in Linux?

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.


What is the birth name of Govind Armstrong?

Govind Armstrong's birth name is Govind Marcellus Armstrong.


What are some commands to make a sub directory in Linux?

mkdir directoryname mkdir "directory name with spaces"


What is the name of the home directory?

/home Or, a user's home directory will usually be /home/<username>. For example, say your user name is jsmith: /home/jsmith


What is the last name of Govinda?

His screen name Govinda stands for "Govind A." as his birth name is Govind Arun Ahuja.


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 does a dot preceding a file name in Linux mean?

It means that the file or directory is used for application settings.


What is the effect of entering the command CD in Linux?

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.