View Single Post
Posts: 2,225 | Thanked: 3,822 times | Joined on Jun 2010 @ Florida
#2
*Sigh*

First off, there is no "camera" folder that I know of. There is a "DCIM" folder, which, in the normal file manager, shows up as "Camera" - but point is it's still called DCIM. If you just open X-Term and type "cd camera", you will get an error.

-sh: cd: can't cd to camera

So IF you did "cd camera" and "succeeed", you were either in some folder that shouldn't exist, in a folder you made yourself (makes sense), or you typed a different command than literally "cd camera" - in which case don't put it in quotes, because that's misleading.

Anyway, when you open x-term, you start in the ~ directory. This is actually a symbol used in most Unix-derivative OS shells for /home/user/ - what you see in your file manager is one folder above that: /home/user/MyDocs . Now, I'm assuming, based on what little information you left, that you want to go to the folder where the camera saves pictures. So when you open X-Term, type "cd MyDocs/DCIM". Then do the mv [filename1] [filename2] command. If the file you're using is a .jpg, then make sure to include that at the end of the name, both the original and the renamed file.

Honestly, though, I would recommend you go download a few of the other available file managers and test those out. They let you go through more of the file system without having to go through X-Term. If you really want to learn the X-Term way go for it, but you'll probably find the actual GUI program way much easier.
 

The Following 2 Users Say Thank You to Mentalist Traceur For This Useful Post: