Sharing Folders for Users Sharing the Same Computer


up vote
0
down vote
favorite
I have 4 users including myself which are in a specific groups. I also want to create 4 folders labeled Directors, Managers, General-Staff and Company-Wide.
jack is in the "Directors" group
Russel is in the "Managers" group
And Barry is in the "G-Staff" group
I want each group to have different permissions to each of these folders and don't know how. I also don't know how to share the folders among all users on the computer either.
This is for a college assignment and I would really appreciate some advice on how to create a folder that all users can see in their home directory and for those folders to be accessible depending the what that group is allowed to do to those folders. e.g. Barry can only read the "company-wide" folder as Russel has rwx permissions.
I am not in either of these three groups my self
thank you.
permissions samba users
add a comment |Â
up vote
0
down vote
favorite
I have 4 users including myself which are in a specific groups. I also want to create 4 folders labeled Directors, Managers, General-Staff and Company-Wide.
jack is in the "Directors" group
Russel is in the "Managers" group
And Barry is in the "G-Staff" group
I want each group to have different permissions to each of these folders and don't know how. I also don't know how to share the folders among all users on the computer either.
This is for a college assignment and I would really appreciate some advice on how to create a folder that all users can see in their home directory and for those folders to be accessible depending the what that group is allowed to do to those folders. e.g. Barry can only read the "company-wide" folder as Russel has rwx permissions.
I am not in either of these three groups my self
thank you.
permissions samba users
I would create the folders in/opt
withmkdir
(as root), then change the permissions to allow certain groups withchown
andchmod
, and then make symbolic links to the folders in the users' home directories withln
.
â Harry
Apr 13 at 20:59
@pomsky OK. Thank you, I wish that high-rep people could just convert comments to answers so we don't have to go through this so many times on SE.
â Harry
Apr 18 at 19:42
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I have 4 users including myself which are in a specific groups. I also want to create 4 folders labeled Directors, Managers, General-Staff and Company-Wide.
jack is in the "Directors" group
Russel is in the "Managers" group
And Barry is in the "G-Staff" group
I want each group to have different permissions to each of these folders and don't know how. I also don't know how to share the folders among all users on the computer either.
This is for a college assignment and I would really appreciate some advice on how to create a folder that all users can see in their home directory and for those folders to be accessible depending the what that group is allowed to do to those folders. e.g. Barry can only read the "company-wide" folder as Russel has rwx permissions.
I am not in either of these three groups my self
thank you.
permissions samba users
I have 4 users including myself which are in a specific groups. I also want to create 4 folders labeled Directors, Managers, General-Staff and Company-Wide.
jack is in the "Directors" group
Russel is in the "Managers" group
And Barry is in the "G-Staff" group
I want each group to have different permissions to each of these folders and don't know how. I also don't know how to share the folders among all users on the computer either.
This is for a college assignment and I would really appreciate some advice on how to create a folder that all users can see in their home directory and for those folders to be accessible depending the what that group is allowed to do to those folders. e.g. Barry can only read the "company-wide" folder as Russel has rwx permissions.
I am not in either of these three groups my self
thank you.
permissions samba users
permissions samba users
asked Apr 13 at 15:44


Iridiumunch
11
11
I would create the folders in/opt
withmkdir
(as root), then change the permissions to allow certain groups withchown
andchmod
, and then make symbolic links to the folders in the users' home directories withln
.
â Harry
Apr 13 at 20:59
@pomsky OK. Thank you, I wish that high-rep people could just convert comments to answers so we don't have to go through this so many times on SE.
â Harry
Apr 18 at 19:42
add a comment |Â
I would create the folders in/opt
withmkdir
(as root), then change the permissions to allow certain groups withchown
andchmod
, and then make symbolic links to the folders in the users' home directories withln
.
â Harry
Apr 13 at 20:59
@pomsky OK. Thank you, I wish that high-rep people could just convert comments to answers so we don't have to go through this so many times on SE.
â Harry
Apr 18 at 19:42
I would create the folders in
/opt
with mkdir
(as root), then change the permissions to allow certain groups with chown
and chmod
, and then make symbolic links to the folders in the users' home directories with ln
.â Harry
Apr 13 at 20:59
I would create the folders in
/opt
with mkdir
(as root), then change the permissions to allow certain groups with chown
and chmod
, and then make symbolic links to the folders in the users' home directories with ln
.â Harry
Apr 13 at 20:59
@pomsky OK. Thank you, I wish that high-rep people could just convert comments to answers so we don't have to go through this so many times on SE.
â Harry
Apr 18 at 19:42
@pomsky OK. Thank you, I wish that high-rep people could just convert comments to answers so we don't have to go through this so many times on SE.
â Harry
Apr 18 at 19:42
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
1
down vote
I would create the folders in /opt
with mkdir
(as root), then change the permissions to allow certain groups with chown
and chmod
, and then make symbolic links to the folders in the users' home directories with ln
.
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
I would create the folders in /opt
with mkdir
(as root), then change the permissions to allow certain groups with chown
and chmod
, and then make symbolic links to the folders in the users' home directories with ln
.
add a comment |Â
up vote
1
down vote
I would create the folders in /opt
with mkdir
(as root), then change the permissions to allow certain groups with chown
and chmod
, and then make symbolic links to the folders in the users' home directories with ln
.
add a comment |Â
up vote
1
down vote
up vote
1
down vote
I would create the folders in /opt
with mkdir
(as root), then change the permissions to allow certain groups with chown
and chmod
, and then make symbolic links to the folders in the users' home directories with ln
.
I would create the folders in /opt
with mkdir
(as root), then change the permissions to allow certain groups with chown
and chmod
, and then make symbolic links to the folders in the users' home directories with ln
.
answered Apr 18 at 19:42
Harry
25515
25515
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1024700%2fsharing-folders-for-users-sharing-the-same-computer%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
I would create the folders in
/opt
withmkdir
(as root), then change the permissions to allow certain groups withchown
andchmod
, and then make symbolic links to the folders in the users' home directories withln
.â Harry
Apr 13 at 20:59
@pomsky OK. Thank you, I wish that high-rep people could just convert comments to answers so we don't have to go through this so many times on SE.
â Harry
Apr 18 at 19:42