The Following User Says Thank You to codeMonkey For This Useful Post: | ||
![]() |
2008-09-14
, 22:47
|
|
Posts: 126 |
Thanked: 6 times |
Joined on Jul 2008
|
#12
|
![]() |
2008-09-16
, 10:50
|
|
Posts: 126 |
Thanked: 6 times |
Joined on Jul 2008
|
#13
|
![]() |
2008-09-16
, 13:33
|
Posts: 204 |
Thanked: 15 times |
Joined on Jan 2007
@ Berlin, Germany
|
#14
|
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.