|
| |||||||||
| Tags: chmod, data sharing, directories, workstation |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| Preventing unauthorized data sharing
Hi Guys, I am using a workstation. There are three users that share that PC, each having its login and password. I want to know how to stop user reading the home directory of another user. Thanks |
|
#2
| ||||
| ||||
| Re: Preventing unauthorized data sharing
Hi friends, You can prevent this by making each of their directories read ,write,ececutable only by their user. Code do this is: chmod 707 <home dir> Using this only root and owner of the home directory read,write,execute. |
|
#3
| ||||
| ||||
| Re: Preventing unauthorized data sharing
Hi Guys, You can also do that by setting each user's directory permissions to 700 so that only the user can access it. Code: mv /home/user1 /home/.user1 mkdir /home/user1 chown root:user1 /home/user1 chmod 750 /home/user1 mv /home/.user1 /home/user1/user1 Then edit the passwd file and make user1's home directory /home/user1/user1. The user can now do whatever he likes to his home. No one else will even be able to see it. |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "Preventing unauthorized data sharing" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Sharing Slow Data Transfer | rickmeima | Small Business Server | 3 | 10-06-2011 04:29 AM |
| Safe sharing of data in a database | Bijju | Software Development | 3 | 04-02-2011 08:22 AM |
| Preventing data entry duplication in excel | Duke Lawrence | Windows Software | 2 | 22-03-2010 09:11 PM |
| Multiple Systems to be connected for sharing data | Humbertu | Networking & Security | 3 | 11-11-2009 06:13 PM |
| Access Sharing Data Offline | XDRoX | Tips & Tweaks | 3 | 08-03-2009 10:50 AM |