View Single Post
Posts: 755 | Thanked: 406 times | Joined on Feb 2008 @ UK
#11
Originally Posted by moshing View Post
~$ cd /.tuxpaint
-sh: cd: can't cd to /.tuxpaint
/.tuxpaint would be in your root directory... almost certainly wont exist.
from /home/user you may have more luck without the leading /
e.g. cd .tuxpaint
If it exists.

When you're in terminal you can use the 'ls' command to view what is there.
Note: files/directories with leading dots (.tuxpaint for example) won't show running ls with default options, so try ls -a (shows all files), ls -l (shows file properties etc) or ls -al (a combination of the two).

Last edited by codeMonkey; 2008-09-14 at 22:51.
 

The Following User Says Thank You to codeMonkey For This Useful Post: