From owner-freebsd-questions@FreeBSD.ORG Sun Jun 15 00:30:23 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8B4131065670 for ; Sun, 15 Jun 2008 00:30:23 +0000 (UTC) (envelope-from sahil@tandon.net) Received: from bulwark.hamla.org (bulwark.hamla.org [69.55.228.210]) by mx1.freebsd.org (Postfix) with ESMTP id 3155F8FC0A for ; Sun, 15 Jun 2008 00:30:23 +0000 (UTC) (envelope-from sahil@tandon.net) Received: from localhost (bulwark [69.55.228.210]) by bulwark.hamla.org (Postfix) with ESMTP id E88AE1CCA8; Sat, 14 Jun 2008 17:30:22 -0700 (PDT) X-Virus-Scanned: by ClamAV at bulwark.hamla.org Received: from bulwark.hamla.org ([69.55.228.210]) by localhost (bulwark.hamla.org [69.55.228.210]) (amavisd-new, port 10024) with LMTP id YvUXTKsJhO7h; Sat, 14 Jun 2008 17:29:54 -0700 (PDT) Date: Sat, 14 Jun 2008 20:29:50 -0400 From: Sahil Tandon To: Chris Whitehouse Message-ID: <20080615002950.GA3885@shepherd> Mail-Followup-To: Chris Whitehouse , User Questions References: <485453CE.3040908@onetel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <485453CE.3040908@onetel.com> Cc: User Questions Subject: Re: how to view environment variables X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "freebsd-questions@freebsd.org" List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Jun 2008 00:30:23 -0000 Chris Whitehouse wrote: > sysutils/fusefs-ntfs/files/README.FreeBSD refers to various environment > variables, eg UBLIO_BLOCKSIZE and others. How do I find out what they are > set to? set and printenv don't find them. I'm using standard csh and > FreeBSD 7.0-STABLE, fuse.ko is loaded and ntfs-3g works except it seems > very slow. Did you read the csh(1) man page? setenv [name [value]] Without arguments, prints the names and values of all environment variables. Given name, sets the environment variable name to value or, without value, to the null string. -- Sahil Tandon