From owner-freebsd-questions@FreeBSD.ORG Mon Jun 2 11:03:36 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 39ABE106566C for ; Mon, 2 Jun 2008 11:03:36 +0000 (UTC) (envelope-from jhary@unsane.co.uk) Received: from unsane.co.uk (unsane-pt.tunnel.tserv5.lon1.ipv6.he.net [IPv6:2001:470:1f08:110::2]) by mx1.freebsd.org (Postfix) with ESMTP id BB7508FC0A for ; Mon, 2 Jun 2008 11:03:35 +0000 (UTC) (envelope-from jhary@unsane.co.uk) Received: from prawn.unsane.co.uk (150.117-84-212.staticip.namesco.net [212.84.117.150]) (authenticated bits=0) by unsane.co.uk (8.14.0/8.14.0) with ESMTP id m52B2obq053457 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Mon, 2 Jun 2008 12:02:52 +0100 (BST) (envelope-from jhary@unsane.co.uk) Message-ID: <4843D384.8070306@unsane.co.uk> Date: Mon, 02 Jun 2008 12:03:32 +0100 From: Vince Hoffman User-Agent: Thunderbird 2.0.0.14 (X11/20080514) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <20080602105347.GA175@mech-aslap33.men.bris.ac.uk> In-Reply-To: <20080602105347.GA175@mech-aslap33.men.bris.ac.uk> X-Enigmail-Version: 0.95.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: what is /usr/local/bin/gsc ? 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: Mon, 02 Jun 2008 11:03:36 -0000 Assuming it was installed from ports, if you have portupgrade installed you could try pkg_which /usr/local/bin/gsc For me this gives [11:59:40:/usr/home/jhary] (jhary@prawn)$pkg_which /usr/local/bin/gsc ghostscript-gpl-8.62_2 Ghostscript is a postscript interpreter which would make sense since most printers talk postscript. Vince Anton Shterenlikht wrote: > Hi > > What is /usr/local/bin/gsc ? > > I run FreeBSD 6.3-STABLE #2 on compaq armada laptop. > > When I send a job for printing I see gsc process running: > > PID USERNAME THR PRI NICE SIZE RES STATE TIME WCPU COMMAND > [skip] > 99954 daemon 1 117 0 27244K 19000K RUN 0:05 30.08% gsc > > % which gsc > /usr/local/bin/gsc > % > > However, I cannot find any info on gsc. > The latest I've found is from 5.2-release, > some gsc(4) -- a device driver for a handy scanner. > I doubt this is it. > > Could somebody tell me what gsc is and what it does. > > many thanks > anton >