Linux - NetworkingThis forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Introduction to Linux - A Hands on Guide
This guide was created as an overview of the Linux Operating System, geared toward new users as an exploration tour and getting started guide, with exercises at the end of each chapter.
For more advanced trainees it can be a desktop reference, and a collection of the base knowledge needed to proceed with system and network administration. This book contains many real life examples derived from the author's experience as a Linux system and network administrator, trainer and consultant. They hope these examples will help you to get a better understanding of the Linux system and that you feel encouraged to try out things on your own.
Click Here to receive this Complete Guide absolutely free.
I've been using a linux server with 2-4 win98 clients for a couple of years with good success. I use samba as a pdc with login scripts. The windows favorites and my documents are mapped individually for each user which is nice.
I want to upgrade my software but rather than pay for 3 copies of XP and Office I'd like to try using Linux and StarOffice for the 1st time as a client.
I assume I'll use NFS to share server drives but I don't know how and where to setup the scripts that'll set the mappings based upon the user who logged. For instance every user would have a path to thier home/docs directory on the server but only certain users would have access to system and application directories.
I understand networking but haven't use linux as a client, I just need a step in the right directions.
This sounds like a permissions thing. As you know there are read, write and execute permissions on every directory and every file in nix for each user, group and other.
That's a 2D matrix - decide which programs directories you want to give which users permissions for and you should be fine - have a look on google/linux for howtos on permissions and have a look at the chmod and chown command man pages.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.