From owner-freebsd-questions@FreeBSD.ORG Thu Dec 1 18:27:03 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 18A3716A41F for ; Thu, 1 Dec 2005 18:27:03 +0000 (GMT) (envelope-from bjoern.koenig@spray.se) Received: from efacilitas.de (smtp.efacilitas.de [85.10.196.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6361D43D53 for ; Thu, 1 Dec 2005 18:27:01 +0000 (GMT) (envelope-from bjoern.koenig@spray.se) Received: from eurystheus.local (port-212-202-37-121.dynamic.qsc.de [212.202.37.121]) by efacilitas.de (Postfix) with ESMTP id 1B9644C4B9; Thu, 1 Dec 2005 19:35:05 +0100 (CET) Received: from [192.168.1.2] (muhkuh.local [192.168.1.2]) by eurystheus.local (Postfix) with ESMTP id 97668508B2; Thu, 1 Dec 2005 19:25:53 +0100 (CET) Message-ID: <438F4077.1010307@spray.se> Date: Thu, 01 Dec 2005 19:27:03 +0100 From: =?ISO-8859-1?Q?Bj=F6rn_K=F6nig?= User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: de-DE, de, en-us, en MIME-Version: 1.0 To: Blue Raccoon References: <20051201173603.3E9EC16A427@hub.freebsd.org> <20051201185956.ee767f97.blue.raccoon@wanadoo.nl> In-Reply-To: <20051201185956.ee767f97.blue.raccoon@wanadoo.nl> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Cc: freebsd-questions@freebsd.org Subject: Re: 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 18:27:03 -0000 Blue Raccoon schrieb: > 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. Do you try to run it with "./"? Could it be that the filesystem where you saved your script, is mounted with the noexec flag? "mount" lists the flags of each mounted file system. Björn