Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Dec 1998 11:25:47 -0500
From:      Roman Katsnelson <rkatsnel@globix.com>
To:        Jahanur R Subedar <jahanur@jjsoft.com>
Cc:        freebsd-questions <freebsd-questions@FreeBSD.ORG>
Subject:   Re: Running Samba
Message-ID:  <3677DF0B.15E7035E@globix.com>
References:  <3677DC83.F698F83C@jjsoft.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3677DF0B.15E7035E>