From owner-freebsd-questions@FreeBSD.ORG Thu Dec 1 17:59:44 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 4BA7816A41F for ; Thu, 1 Dec 2005 17:59:44 +0000 (GMT) (envelope-from blue.raccoon@wanadoo.nl) Received: from smtp08.wanadoo.nl (smtp08.wanadoo.nl [194.134.35.149]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4863243D73 for ; Thu, 1 Dec 2005 17:59:35 +0000 (GMT) (envelope-from blue.raccoon@wanadoo.nl) Received: from raccoon.com (adsl-dc-45560.adsl.wanadoo.nl [83.118.243.96]) by smtp8.wanadoo.nl (Postfix) with SMTP id 9970258229 for ; Thu, 1 Dec 2005 18:59:34 +0100 (CET) Date: Thu, 1 Dec 2005 18:59:56 +0100 From: Blue Raccoon To: freebsd-questions@freebsd.org Message-Id: <20051201185956.ee767f97.blue.raccoon@wanadoo.nl> In-Reply-To: <20051201173603.3E9EC16A427@hub.freebsd.org> References: <20051201173603.3E9EC16A427@hub.freebsd.org> X-Gratia: Eve ryth ingis gon nabeal right X-Mailer: Sylpheed 2.1.7 (FreeBSD 6.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Can't run scripts no more: "permission denied" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Dec 2005 17:59:44 -0000 Hi, I tried to make a simple script to launch sylpheed when mailto: is clicked in firefox: sylpheed --compose "$1" I put that in a plain text file, made it executable.. and nothing happened. From the command line I get "permission denied" when I run it. Even when I set perm to 777. Next I find that another script (which copies a bunch of config files to a safe place) also won't run anymore. It worked fine this morning. Sudo makes no difference. I've been using FreeBSD for a couple of weeks now - so please don't laugh. Just tell what I am doing wrong please. thanks, --Jay