cut & paste pix

Asked by rpschwarz

HOW TO MOVE FILES FROM ONE TO ANOTHER. i CAN'T SEEM TO FIND AN OPTION TO CUT OR PASTE AND I CANT DRAG FROM ONE FOLDER TO ANOTHER EITHER?

IS THERE A SOURCE FOR A PASSWORD/LOGIN TOOL?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu eog Edit question
Assignee:
No assignee Edit question
Solved by:
Sam_
Solved:
Last query:
Last reply:
Revision history for this message
sundeep bajoria (rocking-sundeep) said :
#1

what r u using????
i mean ubuntu, which version?

Revision history for this message
rpschwarz (rpschwarz6191) said :
#2

SORRY SUNDEEP!
US NEWBIES MUST BE EXTREMELY TROUBLESOME. I bought this system used and was to be used for backup until my "#1" xp starting acting "gates"like.
It is as far as I can tell a 8.04 (hardy)
kernel Linux 2.6.24-19 generic
Genome 2.22.2
hope this helps!

Revision history for this message
Best Sam_ (and-sam) said :
#3

Hi,
first of all you may find out if you have the correct permissions in your home directory within Nautilus:
http://library.gnome.org/users/user-guide/stable/nautilus-presentation.html.en

If permissions are correct, in Nautilus you may right click on the home directory -> properties -> permissions.
Access can be changed for owner, group and others.

Ubuntu works with restricted permissions for security reasons, there is no root account per default and not recommended.
https://help.ubuntu.com/community/FilePermissions

You may open a terminal ##commands in there are case sensitive
https://help.ubuntu.com/community/GnomeTerminal

and find out permissions for /home/user_name
##lets say the username is Tom you'd type:
ls -l /home/Tom

If Tom is in the admin group he can be root and using the 'sudo' command with the password same as used for login.

In case to give an owner lost permissions back to /home/user directory the command in Terminal would be e.g.:
sudo chown Tom:Tom -R /home/Tom
Password for Tom: ##you'll type blind
##hit enter after each command

To make sure having correct permissions to access files in the home directory:
sudo chmod -R u+rwX /home
Password for Tom:

For a deeper understanding of Ubuntu these docs are recommended
https://help.ubuntu.com/community/

Revision history for this message
rpschwarz (rpschwarz6191) said :
#4

Thank you Sam! A lot of information! But thanks to you I have accessed my folders and am now reorganized. Important when you are anal as I am! lol I appreciate you help!
God Bless!
Bob