How to change directories easily in Windows 10 Ubuntu Bash and where to place libgraph folder for using graphics? I can't find that hidden folder suggested in some articles from different websites(lxss folder)
Asked
Active
Viewed 993 times
1 Answers
2
With command:
cd directory_path
You can view the content of the current directory by typing:
ls
To change to previous directory type:
cd ../
To view hidden files and folders type:
ls -a
Alice
- 36