+4 votes
305 views
How to change directory or folder in Windows 10, 8, 7 or Linux

in Windows 10 by (551k points)
reopened | 305 views

1 Answer

+5 votes
Best answer

1. Change directory or folder using File Explorer in Windows 10, 8, 7
2. Change directory or folder tsando Command Prompt in Windows 10, 8, 7
3. Change directory or folder in Linux

We often create new folders and files of our teams and one of the equally recurring tasks is to switch between them to fully carry out the execution of certain actions . There are some practical methods to carry out this action in Linux or Windows 10, 8, 7 environments..

Windows operating systems offer two basic alternatives to take this action and in Linux we will also see one.

To keep up, remember to subscribe to our YouTube channel! SUBSCRIBE


1. Change directory or folder using File Explorer in Windows 10, 8, 7


It is the traditional method and consists of going to the folder to which we want to access and there double click on it or right click and select the "Open" option. If we want to return to the previous folder, just press the back arrow or click on the name of the location on the route we want to move. image

2. Change directory or folder tsando Command Prompt in Windows 10, 8, 7


To change directories on the Windows command line, or CMD , we can use the "cd" command. Some options to use are:
Step 1

To know in detail what directories are available in the current directory, we will use the "dir" command:
 to say 
image
Step 2

There, all available directories will be listed. Alternatively we can use the following command:
 dir / ad 
image
Step 3

Once we know the name of the directory, just type the following command, for example, to move to the Downloads directory:
 cd Downloads 
image
Step 4

To return to the main directory, simply execute the following:
 CD.. 
image
Step 5

If we want to return to the root directory, we execute the following:
 CD\ 
image

3. Change directory or folder in Linux


Like Windows, in Linux environments the cd command is useful for moving between directories in the system.
Step 1

To know what directories we have available, we will execute the "ls" command:

image

Step 2

To list the directories in the current folder we execute:
 ls -d * / 

image

Step 3

To access a specific directory, for example, Documents, we will use the "cd" command like this:
 cd Documents 

image

Step 4

Finally, to go back we can use any of the following options:
 cd .. (backs up a directory) cd ~ (we go to the Home directory) cd / (we go to the root directory) 

image

In this way it is possible to switch between folders or directories in these operating systems, whether Linux or Windows 10, 8, 7..


by (3.5m points)
edited

Related questions

+5 votes
1 answer
asked Nov 9, 2019 in Windows 10 by backtothefuture (551k points) | 283 views
+4 votes
1 answer
asked Oct 20, 2019 in Windows 10 by backtothefuture (551k points) | 223 views
+5 votes
1 answer
+3 votes
1 answer
asked Mar 3, 2020 in Windows 10 by backtothefuture (551k points) | 2.6k views
+4 votes
1 answer
asked Nov 6, 2019 in Windows 10 by backtothefuture (551k points) | 796 views
Sponsored articles cost $40 per post. You can contact us via Feedback
10,634 questions
10,766 answers
510 comments
3 users