Re: creating user dirs

2004-09-24 Thread Chris
Karl Vogel wrote: On Tue, 7 Jan 2003 13:44:53 +0200, Lauri Laupmaa <[EMAIL PROTECTED]> said: L> Is there a simple solution for creating all user directories under L> /home? So, I have clean /home filesystem and hundreds of users in L> /etc/*passwd. Hopefully there is some simple command or scrip

Re: creating user dirs

2004-09-24 Thread Karl Vogel
>> On Tue, 7 Jan 2003 13:44:53 +0200, >> Lauri Laupmaa <[EMAIL PROTECTED]> said: L> Is there a simple solution for creating all user directories under L> /home? So, I have clean /home filesystem and hundreds of users in L> /etc/*passwd. Hopefully there is some simple command or script :) Cre

Re: creating user dirs

2003-01-08 Thread Karl Vogel
>> On Tue, 7 Jan 2003 13:44:53 +0200, >> Lauri Laupmaa <[EMAIL PROTECTED]> said: L> Is there a simple solution for creating all user directories under L> /home? So, I have clean /home filesystem and hundreds of users in L> /etc/*passwd. Hopefully there is some simple command or script :) Cre

Re: creating user dirs

2003-01-07 Thread Mike Meyer
In <[EMAIL PROTECTED]>, Lauri Laupmaa <[EMAIL PROTECTED]> typed: > Hi > > Is there a simple solution for creating all user directories under > /home ? > So, I have clean /home filesystem and hundreds of users in /etc/*passwd > Hopefully there is some simple command or script :) You can get the

Re: creating user dirs

2003-01-07 Thread Joan Picanyol i Puig
* Lauri Laupmaa <[EMAIL PROTECTED]> [20030107 19:47]: > Hopefully there is some simple command or script :) mkdir `cat /etc/passwd | cut -d : -f 6` this assumes that the home_dir field of users is correctly set qvb -- pica To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd