-1

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)

1 Answers1

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
  • This is a partial answer -- how to view hidden folders would be a helpful addition, at a minimum (where the libgraph folder is supposed to go may be resolved once the questioner can see the hidden stuff). – Zeiss Ikon Aug 10 '16 at 13:20