On Thu, Nov 15, 2007 at 11:47:09AM -0500, Piet Slaghekke wrote:
> Hello everyone,

Hello,

> How can I remove a list of users in OpenBSD.

Something like that, or with the "-r" option :

while read uid; do userdel $uid; done < userlist.txt

-- 
Serge

Reply via email to