answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: Which command would you use to change to the usr directory using an absolute pathname?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you run a windows program in wine without the GUI?

Wine can be executed from a terminal with the command wine application.exe, substituting application.exe with the name of the program you want to run. You'll have to either supply a pathname or change your working directory to where the program is located.


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

CD /


What does CD stand for in command prompt?

Change Directory..


What command line is used to change the current directory?

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


What command to change directory?

CD Example: CD <sub-directory> Use CD .. to go up a directory. You can also enter a full path to go straight to that directory. Eg: CD windows/system/etc


What does the command-line tool CD mean?

change directory


How do you change path in Linux?

You change the current working path directory in Linux by issuing the cd command, followed by the directory you want to change to. For example:cd /dev/inputwould take me to the that directory.


Change to the dev directory next access home directory using a tilde in the command that you employ?

CD dev CD ~


What does the command CD do?

CD stands for "change directory". For instance, if you are in the directory of c:\files\ and you want to navigate to a folder within the "files" directory called "documents", you can type "cd documents" to change the directory you are in. Once you've done that you will be at c:\files\documents\. Inversely you can use "cd.." to go back to the parent directory "files".


What is the relationship between a pathname and a working directory?

The working directory (or working folder) is the default folder (also known as the current folder) used by an application to read and write files when no path name is specified, or a relative path name is specified. Path names may be specific (overriding the default) or relative to the default (navigating up through parent folders and/or down through child folders). A program may also change the default through the "change directory" system command at runtime.


What command other than CD can be used to change from one directory to another?

chdir


What command will return you to your home directory regardless of where you are in the file system?

PWD Although pwd will tell you where you are it won't change back to your home directory. For that, use the 'cd' command without any parameters