answersLogoWhite

0

What else can I help you with?

Related Questions

What is the Linux command for displaying a working directory?

The command pwd displays your current/present working directory.


How will you CD to the parent directory of current directory in Linux?

Use the following command: cd .. The ".." indicates the parent of the current directory


What command creates a sub directory under a directory?

Mkdir command creates a subdirectory under a directory (MD creates a directory) . The command Chdir changes the current Default directory(CD changes the current directory). The Rmdir removes the subdirectory(RD removes a directory).


Which command list the content of current directory?

dir


What is the command that will change the current default directory to the root directory in Unix?

CD /


How do you find absolute path name of your home directory what is it on your system?

All you need is the PWD(Print Working Directory) command, this will list your current directory absolute path All you need is the PWD(Print Working Directory) command, this will list your current directory absolute path


How do you identify the working directory in Linux?

The command 'pwd' will identify the full path of the present working directory.


What command line is used to change the current directory?

cd dirReplace "dir" with the name of your directory.


What is the command to create a new directory called LABS directly under the current directory you are in if i was i the c directory?

mkdir LABS


What is the command to display your current location in Linux?

pwdThis is short for "Print current directory."


Command of the Recovery Console sets the current directory to the directory where Windows 2000 XP is installed?

Systemroot


What command on the command prompt will display the sub directories on the current directory?

The command you are looking for is "ls"Also the "dir" command works