NewtoLinux wrote: > Ok I did the exact same thing I did last time except I typed ls -a before typing cd .wine. This time > Code: > cd "Program Files" > > worked. I doubt it. The folder name is "Program files", not "Program Files". Filenames are case-sensitive in Linux. Here's another tip: use tab to auto-complete folders. For example, type cd Program Then press tab, and it'll autocomplete to "Program files".