From owner-freebsd-doc@FreeBSD.ORG Wed Feb 11 21:05:16 2004 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5AF3716A4CE for ; Wed, 11 Feb 2004 21:05:16 -0800 (PST) Received: from hotmail.com (bay2-dav49.bay2.hotmail.com [65.54.246.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5457843D1D for ; Wed, 11 Feb 2004 21:05:16 -0800 (PST) (envelope-from zzerver@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Wed, 11 Feb 2004 21:05:16 -0800 Received: from 67.166.159.185 by bay2-dav49.bay2.hotmail.com with DAV; Thu, 12 Feb 2004 05:05:15 +0000 X-Originating-IP: [67.166.159.185] X-Originating-Email: [zzerver@hotmail.com] X-Sender: zzerver@hotmail.com From: To: Date: Wed, 11 Feb 2004 21:04:42 -0800 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Message-ID: X-OriginalArrivalTime: 12 Feb 2004 05:05:16.0153 (UTC) FILETIME=[CD92A690:01C3F125] Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: hi ...a question ... X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Feb 2004 05:05:16 -0000 Am running a free server of shells in freeBSD 4.9, the amount of people = solicitading new accounts has been too much that i can not handle them = by me, so i wrote this .sh program to do it for me, my code its secure = as much i can tell, i understand the risk involve and decide to do it = anyways, soo i create a new group call 'shellauto', add new user = 'newuser' promote to 'wheel', then i modify etc/shells to accept my new = shell, so when some body logs to my server as 'newuser' the server run = my .sh (freeshell.sh), everything works goodl but my question is ...how = can i give my script root previlages ? so can addusers without me? also = if there is a way to type a command directly to shell (bash) so i can = define quotas of 1mb, and background procees to 3?? that way i can = include those commands to my freeshell.sh ...thanks!