answersLogoWhite

0

copy invoice.doc backup\

User Avatar

Wiki User

13y ago

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.


Which commands can you use to display the pathname of a current working directory?

You can use the pwd command in Unix-like operating systems to display the pathname of the current working directory. In Windows Command Prompt, you can use the cd command without any arguments to achieve the same result. Additionally, in PowerShell, the command Get-Location can be used to show the current 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 would you type at a command prompt to execute a program called sampleprog in your current directory if the current directory is not in your path statement?

./sampleprog


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

pwdThis is short for "Print current directory."