Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Jun 2008 20:29:50 -0400
From:      Sahil Tandon <sahil@tandon.net>
To:        Chris Whitehouse <cwhiteh@onetel.com>
Cc:        User Questions <freebsd-questions@freebsd.org>
Subject:   Re: how to view environment variables
Message-ID:  <20080615002950.GA3885@shepherd>
In-Reply-To: <485453CE.3040908@onetel.com>
References:  <485453CE.3040908@onetel.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Chris Whitehouse <cwhiteh@onetel.com> 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 <sahil@tandon.net>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080615002950.GA3885>