Go Back   TechArena Community > Technology > Networking & Security
Become a Member!
Forgot your username/password?
Register Tags Active Topics RSS Search Mark Forums Read SiteMap

Tags: , , ,

Sponsored Links



Preventing unauthorized data sharing

Networking & Security


Reply
 
Thread Tools Search this Thread
  #1  
Old 29-09-2009
Member
 
Join Date: Sep 2009
Posts: 152
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
Reply With Quote
  #2  
Old 29-09-2009
Snake08's Avatar
Member
 
Join Date: Apr 2008
Posts: 3,328
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.
Reply With Quote
  #3  
Old 29-09-2009
Shen's Avatar
Member
 
Join Date: May 2008
Posts: 2,918
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.
Reply With Quote
Reply

  TechArena Community > Technology > Networking & Security


Thread Tools Search this Thread
Search this Thread:

Advanced Search


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


All times are GMT +5.5. The time now is 06:40 PM.