I am new to this whole thing and I was wondering if there is an easier way to travel between folders, like I just type one thing and I get to see what folders and I can go into and then I press one button and I'm in them, cause that seems more convenient and easier.
Asked
Active
Viewed 1,317 times
2 Answers
1
If you work in the terminal or in the console, cd is the way to navigate, and ls will list files and directories available in your current working directory.
If you want a more graphical approach, you can use the file-manager (Nautilus) where you can click around the file-system.
Soren A
- 7,191
1
In text mode (and terminal windows) you can use Midnight Commander, mc, where you can navigate with the arrow keys and enter key (highlight a directory and press Enter to enter into it).
The program mc is available via the package 'mc' in the repository 'universe'.
sudo apt install mc
sudodus
- 47,684
