On Tue, Mar 02, 2004 at 10:39:32PM +0100, Bruno Tiepner wrote: > > [root@localhost root]# /etc/rc.d/rc.firewall-2.4-stronger > > bash: /etc/rc.d/rc.firewall-2.4-stronger: Permission denied > > this probably due file permissions. Your file must have execute > permission. > try "chmod +x /etc/rc.d/rc.firewall-2.4-stronger" > or better chmod 750 /etc...... To help folks fix this it is valuable to illuminate the permissions and ownership. If you have not done the above or fixed the problem try: id ls -l /etc/rc.d/rc.firewall-2.4-stronger chown root:root /etc/rc.d/rc.firewall-2.4-stronger chmod 750 /etc/rc.d/rc.firewall-2.4-stronger The goal is to: discover the current user id (id) [Safe -- only looking} check the permissions and owner (ls -l) [Safe -- only looking} set the ownership and group of the file (chown) [changes things] set the permissions of the file (chmod) [changes things} By capturing and reporting the results 85% of what the package owner needs to see is visible if the install process is setting the ownership or permissions incorrectly. -- T o m M i t c h e l l /dev/null the ultimate in secure storage. mitch48-at-sbcglobal-dot-net