On Mon, 2002-09-02 at 19:53, smoke wrote:
> thanks,
> 
> i can use that too! but i have another 500+ existing
> users, and it may take a bit of time to use "touch"
> for every /home/user directory... is there a way to do
> that? thank you! :)
> 
Something like:

for user in $(ls /home); do touch /home/$user/newfilename; done

Should work

Bret



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to