![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Using Linux on/in a home network | Annatar | UNIX for Dummies Questions & Answers | 2 | 12-24-2007 08:00 AM |
| Home Network Storage Solution. | Merlyn | UNIX for Dummies Questions & Answers | 10 | 09-19-2004 05:31 AM |
| XP Pro: home network | perleo | Windows & DOS: Issues & Discussions | 2 | 03-24-2003 11:50 AM |
| home network not working! | boris888 | IP Networking | 2 | 05-14-2002 07:10 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
why /home and /packages are network based?
Does anyone noe why /home n /packages r usually kept remotely..as in network base by administrators?is it because of security reasons???
thanks. |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
here...
These kept remotely because:
1. It is much more convenient to have the same home directory on each machine rather than create and maintain new on each computer you connect to. So each user gets a link to his/her files and directories, no matter what is a host he/she is working on. 2. Packages kept in one place because they are many and constantly updated. So it is much better idea to keep one repository and as long as you have access to it over the network, you can apply them instantly on any machine in a network. 3. Security is also a consideration as you have come up with. As all home directories are consolidated you can run security tightening scripts and watch shell logs for a suspicious activity. In a case with packages it provides an assurance that not authorized packages have not been introduced. You may find "UNIX Administrator handbook" and "UNIX Essentials and UNIX Core" DVD to be helpful with such questions. Last edited by amro1; 05-01-2006 at 12:58 PM. |
|
#3
|
|||
|
|||
|
Thanks for da info!!
|
|||
| Google The UNIX and Linux Forums |