From owner-freebsd-questions@FreeBSD.ORG Mon Jun 2 11:17:34 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 4BA3A106564A for ; Mon, 2 Jun 2008 11:17:34 +0000 (UTC) (envelope-from y.pankov@irbisnet.ru) Received: from mail.irbisnet.ru (mail.irbisnet.ru [194.186.18.2]) by mx1.freebsd.org (Postfix) with ESMTP id BC30B8FC17 for ; Mon, 2 Jun 2008 11:17:33 +0000 (UTC) (envelope-from y.pankov@irbisnet.ru) Received: from [192.168.0.23] (igw.irbisnet.ru [194.186.18.4]) (authenticated bits=0) by mail.irbisnet.ru (8.14.2/8.14.2) with ESMTP id m52B3YGF082910 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Mon, 2 Jun 2008 15:03:35 +0400 (MSD) (envelope-from y.pankov@irbisnet.ru) Message-ID: <4843D394.7050607@irbisnet.ru> Date: Mon, 02 Jun 2008 15:03:48 +0400 From: Yuri Pankov User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) 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> Content-Type: text/plain; charset=ISO-8859-1; format=flowed 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:17:34 -0000 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 > % First, check if there's manpage with description for gsc :-) You can also check which package installed that file: pkg_info -W /usr/local/bin/gsc (and as you mentioned printing, I'd think it was installed by ghostscript package) and follow the URL in pkg-descr. > 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 > HTH, Yuri