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 :) Create a

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 script :)

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 :) Create a

creating user dirs

2003-01-07 Thread Lauri Laupmaa
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 :) TIA L. To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions

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

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 list from