From owner-freebsd-questions@FreeBSD.ORG Tue Oct 28 20:11:58 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 33DE116A4CE for ; Tue, 28 Oct 2003 20:11:58 -0800 (PST) Received: from tmxmailsmtp2.telmex.com (customer-148-223-155-50.uninet.net.mx [148.223.155.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E4EB43FBD for ; Tue, 28 Oct 2003 20:11:56 -0800 (PST) (envelope-from MPAREDES@telmex.com) Received: from tmxmailmex3.ad.intranet.telmex.com ([10.106.1.35]) by tmxmailsmtp2.telmex.com with Microsoft SMTPSVC(5.0.2195.6713); Tue, 28 Oct 2003 22:11:42 -0600 Received: from tmxmailhmo1.ad.intranet.telmex.com ([10.106.1.39]) by tmxmailmex3.ad.intranet.telmex.com with Microsoft SMTPSVC(5.0.2195.6713); Tue, 28 Oct 2003 22:11:58 -0600 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.0.6487.1 Date: Tue, 28 Oct 2003 21:11:57 -0700 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: ftp with user root Thread-Index: AcOduIYe5owXC7yVSnGXDg+DqvXevwAFv7pQ From: To: X-OriginalArrivalTime: 29 Oct 2003 04:11:58.0485 (UTC) FILETIME=[CBD3BC50:01C39DD2] cc: trodat@ultratrends.com cc: end@endif.cjb.net Subject: RE: ftp with user root X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Oct 2003 04:11:58 -0000 Hi Robin and Director: The situation is, I have 3 servers, now sun, but planning to change them to FreeBSD, so right now I have a program in FoxPro to administer the database of diskless, with this program I generate the bootptab and download periodically to the servers in case of somebody modify the file in one of the servers and don't notify me (I am not the only administrator). The program in FoxPro and the ftp is run in a windows, so I can't use sftp, nfs, etc.. So I am going to use another user member of wheel and "chmod 664 = bootptab". thanks By the way, since this file doesn't exist I "cp crontab bootptab" so the file belongs to root:wheel, can I chenge the groop to other created by = me? maps On Tue, 28 Oct 2003 17:58:47 -0700, wrote: >=20 > Hi: >=20 > I need to transmit some files to the BSD server, one of this files > is the /etc/bootptab, which belongs to root, so I need root access >=20 > How can I enable ftpd to permit the user root? >=20