Thread
:
view path /home/user/.tuxpaint/saved/
View Single Post
codeMonkey
2008-09-14 , 22:45
Posts: 755 | Thanked: 406 times | Joined on Feb 2008 @ UK
#
11
Originally Posted by
moshing
~$ 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
.
Quote & Reply
|
The Following User Says Thank You to codeMonkey For This Useful Post:
moshing
codeMonkey
View Public Profile
Send a private message to codeMonkey
Find all posts by codeMonkey