LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 10-14-2001, 05:23 PM   #1
Rubicone
Member
 
Registered: Oct 2001
Posts: 36

Rep: Reputation: 15
Arrow Project Management Using Linux


Let us say you have been hired at QRS Ltd. as their Linux system administrator. The company is now involved in three projects and is organized as follows:

..........................Project 1.....Project 2..........Project 3
Team Leaders....J.Smith........W.Li.................M.Khan
Secretaries........P.Marshall...T.Williams.........S.Suther
Members............P.Leif..........P.Pannali..........J.Collins

The requirements are as follows:

1. Each user must have his/her own account and private storage area for files.
2. Each project must have a storage location for collaborative work.
3. All project leaders must be able to share files in a common location.
4. There must be a central repository for files that secretaries can post to.
5. All project leaders must have the ability to add users to the system as demand dictates.
6. All team member's acccounts must expire at the end of the year.

How would you set up this scenario?
 
Old 10-15-2001, 12:22 AM   #2
siddiqu
Member
 
Registered: Mar 2001
Location: India
Posts: 332

Rep: Reputation: 30
Hi..
0. Create a group projects
1. Creste three groups project1, project2,project3 under project group
2. Create the users in respective groups
3.Create Three folders project1, project2, project3 and change the group to peoject1, project2, project3. so that the respective groups can access the common folders
4. Create a group secrataries and make project group as a secondary group for this group
5. Create folder secratary and change the group to secratary and give the permission to the respecive groups
6. Use userconf or chmod to give the permission to access the userconf/useradd command for the respective project leaders
7. Give the Expire date other derails while creating the users



Hey some one give suggesstion if anything wrong

siddiqu.T

 
Old 10-15-2001, 10:51 AM   #3
Rubicone
Member
 
Registered: Oct 2001
Posts: 36

Original Poster
Rep: Reputation: 15
Will this work? Are there any problems one can see and if so do you have any solutions to them? TIA.

# create groups for three projects
groupadd p1 -g 101 # p1 for project 1, so do p2 & p3, where -g for groupID
groupadd p2 -g 102
groupadd p3 -g 103

# create users for project 1
useradd jsp1 -u 110 -g 101 -d /home/jsp1 -s /bin/bash # -u for userID, -g for groupID, -d for the home dir, & -s for login shell, same to the other
useradd pmp1 -u 111 -g 101 -d /home/pmp1 -s /bin/bash
useradd ltp1 -u 112 -g 101 -d /home/ltp1 -s /bin/bash
useradd plp1 -u 113 -g 101 -d /home/plp1 -s /bin/bash

# create users for project 2
useradd jwlp2 -u 120 -g 102 -d /home/jwlp2 -s /bin/bash
useradd twp2 -u 121 -g 102 -d /home/twp2 -s /bin/bash
useradd jlp2 -u 122 -g 102 -d /home/jlp2 -s /bin/bash
useradd ppp2 -u 123 -g 102 -d /home/ppp2 -s /bin/bash

# create users for project 3
useradd mkp3 -u 130 -g 103 -d /home/mkp3 -s /bin/bash
useradd ssp3 -u 131 -g 103 -d /home/ssp3 -s /bin/bash
useradd plp3 -u 132 -g 103 -d /home/plp3 -s /bin/bash
useradd jcp3 -u 133 -g 103 -d /home/jcp3 -s /bin/bash
 
Old 10-15-2001, 10:05 PM   #4
siddiqu
Member
 
Registered: Mar 2001
Location: India
Posts: 332

Rep: Reputation: 30
Hi...

Follow all the steps and then post the problems. we can work on that
siddiqu.T
 
Old 10-16-2001, 05:23 PM   #5
Rubicone
Member
 
Registered: Oct 2001
Posts: 36

Original Poster
Rep: Reputation: 15
How do I solve the problem of having the groups able to share information and allow the users in each group to have a group area.
 
Old 10-16-2001, 07:15 PM   #6
rshaw
Senior Member
 
Registered: Apr 2001
Location: Perry, Iowa
Distribution: Mepis , Debian
Posts: 2,692

Rep: Reputation: 45
some sort of version control possibly? www.cvshome.org/
 
Old 10-17-2001, 09:42 AM   #7
Rubicone
Member
 
Registered: Oct 2001
Posts: 36

Original Poster
Rep: Reputation: 15
I am trying to do this by strictly using the command prompt, so if anyone has further suggestions they would be greatly appreciated.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Recommended Project Management s/w interOperate Linux - Software 4 12-29-2008 03:34 AM
Project Management Tools tentolga Linux - Software 6 12-29-2008 03:14 AM
Project Management abridge Linux - Software 2 12-29-2008 02:02 AM
Is there any other project management software? randomx Linux - Software 1 10-20-2004 05:40 PM
network project management pploco Linux - Software 0 07-26-2004 05:36 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 01:39 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration