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
>> 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
>> 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
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
* 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