how to view environment variables

Sahil Tandon sahil at tandon.net
Sun Jun 15 00:30:23 UTC 2008


Chris Whitehouse <cwhiteh at 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 at tandon.net>


More information about the freebsd-questions mailing list