share folder in ubuntu

Asked by Humberto

i want to copy files from one user to another, the answer to move information... does not work for me in ubuntu
 9.10

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Cristi Nistor (cristi-nistor) said :
#1

You can type in a terminal the commands:

chown username.users /home/username/sharedfolder #username belonging to users group owns sharedfolder

chmod 770 /home/username/sharedfolder

Also you have to be sure that all users belongs to users group.

Another option is to use the GUI. Go to Places --> Home Folder and navigate until you'll see the desired folder, right click on it and chose Properties and Permissions tab. On Group option you an scroll until you reached the users group and give folder access and file access rights.

Good luck.

Can you help with this problem?

Provide an answer of your own, or ask Humberto for more information if necessary.

To post a message you must log in.