From owner-freebsd-questions@FreeBSD.ORG Mon Jun 16 16:22:17 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 951231065670 for ; Mon, 16 Jun 2008 16:22:17 +0000 (UTC) (envelope-from olli@lurza.secnetix.de) Received: from lurza.secnetix.de (lurza.secnetix.de [212.17.241.230]) by mx1.freebsd.org (Postfix) with ESMTP id 114698FC0A for ; Mon, 16 Jun 2008 16:22:16 +0000 (UTC) (envelope-from olli@lurza.secnetix.de) Received: from lurza.secnetix.de (localhost [127.0.0.1]) by lurza.secnetix.de (8.14.1/8.14.1) with ESMTP id m5GGMEDP002617; Mon, 16 Jun 2008 18:22:14 +0200 (CEST) (envelope-from oliver.fromme@secnetix.de) Received: (from olli@localhost) by lurza.secnetix.de (8.14.1/8.14.1/Submit) id m5GGMEYY002616; Mon, 16 Jun 2008 18:22:14 +0200 (CEST) (envelope-from olli) Date: Mon, 16 Jun 2008 18:22:14 +0200 (CEST) Message-Id: <200806161622.m5GGMEYY002616@lurza.secnetix.de> From: Oliver Fromme To: freebsd-questions@FreeBSD.ORG, cwhiteh@onetel.com In-Reply-To: <485453CE.3040908@onetel.com> X-Newsgroups: list.freebsd-questions User-Agent: tin/1.8.3-20070201 ("Scotasay") (UNIX) (FreeBSD/6.2-STABLE-20070808 (i386)) MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.1.2 (lurza.secnetix.de [127.0.0.1]); Mon, 16 Jun 2008 18:22:15 +0200 (CEST) Cc: 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, cwhiteh@onetel.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Jun 2008 16:22:17 -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. The "env" command prints the environment variables of your current shell (should work with any shell). To view the environment variables of another process, use something like "ps -ewwp 1234" (1234 being the PID number). This requires PROCFS to be mounted on /proc. Best regards Oliver -- Oliver Fromme, secnetix GmbH & Co. KG, Marktplatz 29, 85567 Grafing b. M. Handelsregister: Registergericht Muenchen, HRA 74606, Geschäftsfuehrung: secnetix Verwaltungsgesellsch. mbH, Handelsregister: Registergericht Mün- chen, HRB 125758, Geschäftsführer: Maik Bachmann, Olaf Erb, Ralf Gebhart FreeBSD-Dienstleistungen, -Produkte und mehr: http://www.secnetix.de/bsd "The scanf() function is a large and complex beast that often does something almost but not quite entirely unlike what you desired." -- Chris Torek