From owner-freebsd-questions Wed Dec 16 08:24:06 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA05418 for freebsd-questions-outgoing; Wed, 16 Dec 1998 08:24:06 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from hq.globix.net (hq.globix.net [206.139.190.6]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA05410 for ; Wed, 16 Dec 1998 08:24:04 -0800 (PST) (envelope-from rkatsnel@globix.com) Received: from globix.com (merv.pfmc.net [204.254.224.88]) by hq.globix.net (8.9.1a/8.9.1/Cleen) with ESMTP id LAA02942; Wed, 16 Dec 1998 11:23:37 -0500 (EST) Message-ID: <3677DF0B.15E7035E@globix.com> Date: Wed, 16 Dec 1998 11:25:47 -0500 From: Roman Katsnelson Organization: Globix Corp. X-Mailer: Mozilla 4.5 [en] (X11; I; FreeBSD 2.2.8-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: Jahanur R Subedar CC: freebsd-questions Subject: Re: Running Samba References: <3677DC83.F698F83C@jjsoft.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Have you checked the permissions on the file? It should be an executable. Do # ls -l samba.sh if it's not executable, change the permissions by # chmod 755 samba.sh (755 makes it read write execute by owner, read and execute by everyone else) if you want to set it to something else, # man chmod and figure it out. Hth, Roman > I need help running Samba. > I have Freebsd 2.2.5 > Samba 1.9.18-10 > This is whatt I do. > su-2.01# /usr/local/etc/rc.d/samba.sh > this is what I get: > su: /usr/local/etc/rc.d/samba.sh: Permission denied > > Can anybody help me. Please! > > jahanur > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message