Want to share folders with another user in Ubuntu 14.04

Deepak Awasthi

I am using Ubuntu 14.04 and I have created another user in my system so that I could do my work easily and others dont poke me. But my problem is, I want to share a particular folder (Downloads folder) with another user so that he/she can also see all files and access them (Its OK if another user doesnt have permission to delete these files)...

I searched earlier and some guys are advising to make another user admin. But making admin isn't solving this problem as another user is not able to see anything in that particular folder even after being admin.. Please help..

And I don't want any solution in which another user has to type anything in terminal everytime.. Thannks

user323419

You can do this by adding the secondary user to a specific group, and then modifying the permissions of the shared folder. Here is how I would do it:

Add new group sharedfolders to your Group list:

    sudo addgroup sharedfolders

Then, add the secondary user to this group

   sudo usermod -a -G sharedfolders secondusername

Just replace "secondusername" with, well, your second username.

Lastly, on your main user that owns the folder you want to share. Right click the folder in your file browser, go to the permissions tab and under "group" select the correct permissions for the "sharedfolders" group. When on your secondary user account, you can browse to that folder and make a bookmark or link to it however you prefer to do that for easier access.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

How move User Folders to another partition (NTFS) in Ubuntu 14

From Dev

No user folders Ubuntu 12.04

From Dev

No user folders Ubuntu 12.04

From Dev

Dual boot ubuntu 14 .04LTS

From Dev

Error installing ubuntu server 14:04 / 15:04

From Dev

share folders between two Ubuntu 12.04 machines

From Dev

How do I install Muvizu on Ubuntu 14,04 LTS?

From Dev

Prompt user to share a Dropbox folder with another user

From Dev

how to map an Ubuntu share on another Ubuntu machine?

From Dev

Virtual Windows 7 on Ubuntu host; Not able to share folders

From Dev

How can I share a directory with an another user?

From Dev

How to share a bit bucket repository with another user?

From Dev

Share google cloud snapshot to another user

From Dev

How to share a bit bucket repository with another user?

From Dev

How can I share a directory with an another user?

From Dev

Access network share from service with another user

From Dev

Share a folder on VMWare Ubuntu 14 to a host Windows10

From Dev

Rename folders in file share

From Dev

Rename folders in file share

From Dev

How can I share working repository with another user (push/pull)?

From Dev

JRE not installed/Java is disabled on Ubuntu 14 but works on another distro

From Dev

Ubuntu 14 server edition, how to boot into single-user mode?

From Dev

How do i share a folder with another Ubuntu 14.04?

From Dev

How do i share a folder with another Ubuntu 14.04?

From Dev

samba share from Ubuntu VM fails with 'force user'

From Dev

What do I do with the Inbox folder in the Documents Directory if I want the User to Be Allowed to Manage Folders and Files?

From Dev

Trying to ask if the user want to do another round. In java code

From Dev

I want a user with "Administrators" role to see another line

From Dev

My Prolific Technology, Inc. PL2303 Serial Port adapter doesn't work in either ubuntu 13:10 or 14:04

Related Related

  1. 1

    How move User Folders to another partition (NTFS) in Ubuntu 14

  2. 2

    No user folders Ubuntu 12.04

  3. 3

    No user folders Ubuntu 12.04

  4. 4

    Dual boot ubuntu 14 .04LTS

  5. 5

    Error installing ubuntu server 14:04 / 15:04

  6. 6

    share folders between two Ubuntu 12.04 machines

  7. 7

    How do I install Muvizu on Ubuntu 14,04 LTS?

  8. 8

    Prompt user to share a Dropbox folder with another user

  9. 9

    how to map an Ubuntu share on another Ubuntu machine?

  10. 10

    Virtual Windows 7 on Ubuntu host; Not able to share folders

  11. 11

    How can I share a directory with an another user?

  12. 12

    How to share a bit bucket repository with another user?

  13. 13

    Share google cloud snapshot to another user

  14. 14

    How to share a bit bucket repository with another user?

  15. 15

    How can I share a directory with an another user?

  16. 16

    Access network share from service with another user

  17. 17

    Share a folder on VMWare Ubuntu 14 to a host Windows10

  18. 18

    Rename folders in file share

  19. 19

    Rename folders in file share

  20. 20

    How can I share working repository with another user (push/pull)?

  21. 21

    JRE not installed/Java is disabled on Ubuntu 14 but works on another distro

  22. 22

    Ubuntu 14 server edition, how to boot into single-user mode?

  23. 23

    How do i share a folder with another Ubuntu 14.04?

  24. 24

    How do i share a folder with another Ubuntu 14.04?

  25. 25

    samba share from Ubuntu VM fails with 'force user'

  26. 26

    What do I do with the Inbox folder in the Documents Directory if I want the User to Be Allowed to Manage Folders and Files?

  27. 27

    Trying to ask if the user want to do another round. In java code

  28. 28

    I want a user with "Administrators" role to see another line

  29. 29

    My Prolific Technology, Inc. PL2303 Serial Port adapter doesn't work in either ubuntu 13:10 or 14:04

HotTag

Archive