Sharing a user


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Sharing a user
# 1  
Old 03-12-2002
Sharing a user

Hey all,

What I am trying to do is share a user. Don't get what I mean? Well on one of the test systems there are 2 main accounts. Now everyone knows the login and password for these accounts because they all need to use those accounts to test software.

What I am trying to do is to setup the machine now so every person who needs the machine and those 2 accounts will have there own login and password so I can keep track of who's doing what. But they still need to be able to use these other 2 accounts programs. They will also need there own home directory (Say 100mb).

What I have though of doing is to setup the 2 users and make multi acocunts for that user. But then I would have like 50 accounts of the same thing. Then I come across the problem of the home directories part.

Does anyone have any idea's on how I could setup these 2 accounts allowing everyone else to access the programs/software in them but yet not have the permissions to change those accounts at all. Be able to write to the own home directory and no others! Read the others directories but NOT write to them.

I know there must be a easier way them the way I thought about. So if anyone can provide some light. Thanks in advanced people!

Smilie

------------------------------------------------------------------------------------

Ok I have worked out how I can do part of it but now I need something different.

I need to be able to setup a slice on the drive, create every user a directory and only give then 100mb. How can this be done?

O by the way incase anyone is wondering all you have to do to share the software/programs is create the user and give the the first users home directory. It wont allow the new user to write of make any changes to it at all.

:-)

Last edited by merlin; 03-12-2002 at 09:43 PM..
merlin
# 2  
Old 03-13-2002
Have you tried using a new group? They can all be a part of this group, and it should be fairly seamless as long as the file permissions are set correctly (whch would also involve setting their umask correctly in their .profile)... They could also use sudo, but some users may tire of having to type "sudo -u whomever whatever" for the majority of their work...
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

file sharing

Hello all, Just curious. I have several unix echo commands(echo Y > file.txt) running in parallel(each directs a value of 'Y' to the same file). What happens if 2 echo's collide(trying to the write to the same file at the same time)? Not sure how unix deals with this. Thanks ... (1 Reply)
Discussion started by: robert4732
1 Replies

2. Filesystems, Disks and Memory

Processes sharing.......

What are the differences in processes sharing variables, memory pages or files? Is one safer than another? (1 Reply)
Discussion started by: MS_CC
1 Replies

3. HP-UX

sharing a directory

Im trying to simply share a directory on one unix server and mount that share on a different unix server. There is no "share" command like on sun. What is the command to create a share on HP-UX? (2 Replies)
Discussion started by: bski
2 Replies

4. IP Networking

sharing of IP address for load sharing avoiding virtual server & redirection machine

I have RedHat 9.0 installed on three of my servers (PIII - 233MHz) and want that they share a common IP address so that any request made reaches each of the servers. Can anyone suggest how should I setup my LAN. I'm new to networking in Linux so please elaborate and would be thankful for a timely... (2 Replies)
Discussion started by: Rakesh Ranjan
2 Replies

5. UNIX for Advanced & Expert Users

file sharing

i want to share some file to some user of my group(there are many users in a perticular group). So how should i do that?And i m not a super user. (5 Replies)
Discussion started by: yogesh_powar
5 Replies

6. UNIX for Dummies Questions & Answers

Internet sharing

I wanted to share internet with my Server running Win 2000 and client on Solaris 8. I networked them with a hub and 2 NICs on Server. Is there any software to share the internet? Need help!!!!!!!!!! Thanks... Praveen (5 Replies)
Discussion started by: praveenk
5 Replies

7. Filesystems, Disks and Memory

sharing swap fs

hi I have one little question. Can I use one swap fs for two unix? I have one Linux, and soon one Solaris, I'm about to create the filesystem for Install Solaris, and I wonder if I can use swap space that I'm already have. So there is not going to be two unix running at the same time, so I... (2 Replies)
Discussion started by: comadreja
2 Replies

8. UNIX for Advanced & Expert Users

sharing :0

I need some help on sharing the :0 display with access from a remote cunix box (3 Replies)
Discussion started by: dartay
3 Replies

9. UNIX for Dummies Questions & Answers

file sharing

my computer and the rest of my network run Mac OS X , and i was wondering how or if your can transfer files from other computers with the Terminal. i also wanna know where i can download a free UNIX version and more on the sudo command (2 Replies)
Discussion started by: Pyrohotdog
2 Replies

10. UNIX for Dummies Questions & Answers

Internet Sharing

I'm new to the unix world, but have been asked if our company could set up a high speed internet connection to our unix server in order to connect all our users without haveing to pay for all these telephone lines. I assume it is easy but unsafe. Any help from the basics to the advanced will be... (2 Replies)
Discussion started by: Mike11
2 Replies
Login or Register to Ask a Question