How to create a very limited user on Ubuntu 14.04
up vote
4
down vote
favorite
I'm trying to make a safe workstation PC for sensitive data using Ubuntu 14.04.
No user should have the right to: print, connect a USB flash drive to transfer files, send files via email or install new softwares.
I'd like the restricted user to only be able to read files and not transfer them in any way possible.
Thanks for any help.
usb printing users transfer restricted-access
add a comment |
up vote
4
down vote
favorite
I'm trying to make a safe workstation PC for sensitive data using Ubuntu 14.04.
No user should have the right to: print, connect a USB flash drive to transfer files, send files via email or install new softwares.
I'd like the restricted user to only be able to read files and not transfer them in any way possible.
Thanks for any help.
usb printing users transfer restricted-access
You can create limited user by jail-users : simple-easy-way-to-jail-users
– Amini
Oct 20 '15 at 10:03
add a comment |
up vote
4
down vote
favorite
up vote
4
down vote
favorite
I'm trying to make a safe workstation PC for sensitive data using Ubuntu 14.04.
No user should have the right to: print, connect a USB flash drive to transfer files, send files via email or install new softwares.
I'd like the restricted user to only be able to read files and not transfer them in any way possible.
Thanks for any help.
usb printing users transfer restricted-access
I'm trying to make a safe workstation PC for sensitive data using Ubuntu 14.04.
No user should have the right to: print, connect a USB flash drive to transfer files, send files via email or install new softwares.
I'd like the restricted user to only be able to read files and not transfer them in any way possible.
Thanks for any help.
usb printing users transfer restricted-access
usb printing users transfer restricted-access
asked Sep 4 '14 at 21:19
JMP
2112
2112
You can create limited user by jail-users : simple-easy-way-to-jail-users
– Amini
Oct 20 '15 at 10:03
add a comment |
You can create limited user by jail-users : simple-easy-way-to-jail-users
– Amini
Oct 20 '15 at 10:03
You can create limited user by jail-users : simple-easy-way-to-jail-users
– Amini
Oct 20 '15 at 10:03
You can create limited user by jail-users : simple-easy-way-to-jail-users
– Amini
Oct 20 '15 at 10:03
add a comment |
2 Answers
2
active
oldest
votes
up vote
1
down vote
Do this:
sudo apt-get install gnome-system-tools
Then you have an interface to add users :

Whit many options :

add a comment |
up vote
0
down vote
This may help:
https://stackoverflow.com/questions/527876/how-to-restrict-a-linux-user-to-be-only-able-to-read-home-user-and-nothing-else
"Usually it's enough to make sure they can't mess with the home directories of other users. To do this, put the user into a new group (like "untrusted"), chown his home directory and revoke the group and other rights on all home directories: chmod go-rwx /home/*/"
2
The link you gave 404's
– bmintz
Dec 5 '17 at 5:34
add a comment |
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
Do this:
sudo apt-get install gnome-system-tools
Then you have an interface to add users :

Whit many options :

add a comment |
up vote
1
down vote
Do this:
sudo apt-get install gnome-system-tools
Then you have an interface to add users :

Whit many options :

add a comment |
up vote
1
down vote
up vote
1
down vote
Do this:
sudo apt-get install gnome-system-tools
Then you have an interface to add users :

Whit many options :

Do this:
sudo apt-get install gnome-system-tools
Then you have an interface to add users :

Whit many options :

answered Nov 1 '17 at 11:56
E_Angel
161115
161115
add a comment |
add a comment |
up vote
0
down vote
This may help:
https://stackoverflow.com/questions/527876/how-to-restrict-a-linux-user-to-be-only-able-to-read-home-user-and-nothing-else
"Usually it's enough to make sure they can't mess with the home directories of other users. To do this, put the user into a new group (like "untrusted"), chown his home directory and revoke the group and other rights on all home directories: chmod go-rwx /home/*/"
2
The link you gave 404's
– bmintz
Dec 5 '17 at 5:34
add a comment |
up vote
0
down vote
This may help:
https://stackoverflow.com/questions/527876/how-to-restrict-a-linux-user-to-be-only-able-to-read-home-user-and-nothing-else
"Usually it's enough to make sure they can't mess with the home directories of other users. To do this, put the user into a new group (like "untrusted"), chown his home directory and revoke the group and other rights on all home directories: chmod go-rwx /home/*/"
2
The link you gave 404's
– bmintz
Dec 5 '17 at 5:34
add a comment |
up vote
0
down vote
up vote
0
down vote
This may help:
https://stackoverflow.com/questions/527876/how-to-restrict-a-linux-user-to-be-only-able-to-read-home-user-and-nothing-else
"Usually it's enough to make sure they can't mess with the home directories of other users. To do this, put the user into a new group (like "untrusted"), chown his home directory and revoke the group and other rights on all home directories: chmod go-rwx /home/*/"
This may help:
https://stackoverflow.com/questions/527876/how-to-restrict-a-linux-user-to-be-only-able-to-read-home-user-and-nothing-else
"Usually it's enough to make sure they can't mess with the home directories of other users. To do this, put the user into a new group (like "untrusted"), chown his home directory and revoke the group and other rights on all home directories: chmod go-rwx /home/*/"
edited May 23 '17 at 12:39
Community♦
1
1
answered Sep 5 '14 at 7:19
Alex J
343
343
2
The link you gave 404's
– bmintz
Dec 5 '17 at 5:34
add a comment |
2
The link you gave 404's
– bmintz
Dec 5 '17 at 5:34
2
2
The link you gave 404's
– bmintz
Dec 5 '17 at 5:34
The link you gave 404's
– bmintz
Dec 5 '17 at 5:34
add a comment |
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f520229%2fhow-to-create-a-very-limited-user-on-ubuntu-14-04%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
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
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
You can create limited user by jail-users : simple-easy-way-to-jail-users
– Amini
Oct 20 '15 at 10:03