answersLogoWhite

0


Best Answer

chdir

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What command other than CD can be used to change from one directory to another?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you remove a full directory in Linux?

To remove a directory that is full with other files or directories, use the below command. rm -rf directory


What command would you use to remove a directory on a UNIX server?

If you are just removing the directory, use the command: rmdir dir-name The dir-name directory has to be empty for this to work. If there are files or other subdirectories then use the command: rm -rf dir-name


What are some command prompt codes?

If you mean commands there are several. To list a few, there is the command "tree" This command shows all files and directories within the directory of choice. Another would be "mkdir". This creates a folder with the name of your choice into the directory you are curruently on right now. The most used command would be "cd" which changes directory you are curruently accessing. Many other commands can be found by typing in the command "/?" or "/help" I hope this helped. *^^* BTW, for certain prompts it will say the operation requires elevation. This means you need to run the command prompt as an administrator.


How do you move to your home directory using a relative path name?

There are several ways to do this. The easiest way is just to type the command 'CD', which automatically puts you in your home directory. Other ways: CD $HOME CD ~ CD ~login-id (use your login-id here) If you know the absolute path name, just use it with the 'CD' command: CD /home/staff/guy1


What command is used to display your current working directory?

In my Ubuntu terminal, I would type one of these two example commands (there are other commands, but I tend to mainly use the two below).cd change to home-directorypwd means display the path of the current directoryNote: pwd stands for print working directory.


What are subdirectories or folders?

Computers store data in a series of directories. Each directory, or folder, may contain files or other directories. If a directory is located within another directory, it is called a sub-directory (or sub-folder) of that folder.


Why do most versions of Linux and Windows use the CD command to change directions?

Both copied the command from Unix. Unix probably copied it from somewhere too. Answer When Tim Patterson of Seattle Computer Products was originally contracted by Microsoft to write an operating system for the original IBM PC, he included the 'cd' command to change directories, probably owing to his previous Unix experience. However, we cannot blame Tim for any imperfections in Microsoft DOS or it's evolutionary descendants, the original Microsoft DOS was pulled from Tim long before he was finished with it by Microsoft's Bill Gates in order to demo it for IBM in Boca Raton Florida. [JMH]


What are the two commands for setting permissions on a file or directory?

There is generally only 1 standard command for permissions on a file or directory - chmod. You can affect permissions by other commands such as changing the ownership or group ownership of a file or directory. Other commands may be specific to different versions of Unix and Linux, so are not listed here.


What command can be used to view a list of directories hierrchies?

The command ls / will list the contents of the root directory; most items will be directories or links. If you want to see only directories, ls -l / | grep ^d will give a "long" list (including information other than the directory name) but limited to those lines beginning with a "d", indicating a directory. The output of this pipeline can be piped to the awk utility to select only the last word of each line, which will be the directory name; alternatively the output can be redirected to a text file which you can then edit: ls -l / ] grep ^d > textfilename Another approach would be to use the find command to search / for entries of type d, with search depth limited to 1.


What website help you get me to another website?

you may go to a web directory and there are lots of links to other websites which you may visit. So, judging by this, you may say that a web directory, is a website, that helps you to go to another website. There are lots website directory on the internet. You just need to search in google for the term "web directory".


What command do you use to see all files in command prompt?

If I understand the question correctly, the command is "dir" (without the quotes), short for directory. That will show you all the files and sub-folders within the current directory. You can navigate around to other directories/folders as well... for general help with command prompt commands, when you're at the prompt type "help". (Again, no quotes.) It'll give you a list of commands. If you need more detailed help with any particular command, like the dir command, type help dir.


What is Windows Command Processor?

Command processor in windows is the command prompt(cmd). To start Windows command processor use winkey + R this will open Run window.Just type in cmd and this will open command prompt of windows where you can run various commands.You can create,delete files and folders, list the directory contents and can perform many other functions in command prompt.