Sponsored Content
Full Discussion: processnaming
Top Forums UNIX for Dummies Questions & Answers processnaming Post 20952 by hassan2 on Wednesday 8th of May 2002 09:19:37 AM
Old 05-08-2002
Hammer & Screwdriver processname

think of processname as the same as service name
in an NT plateform

for example if you are running a web server on your unix server you expect http daemon process to be running, the processname in this case is http
daemon.

on an NT plateform you expect http service or www
service to be running.

to check if http daemon process is running on unix
server, you will use the command

ps -ef | grep http

grep simply means search a file for pattern

I hope this explains it all
 
DPKG-PRECONFIGURE(8)						      Debconf						      DPKG-PRECONFIGURE(8)

NAME
dpkg-preconfigure - let packages ask questions prior to their installation SYNOPSIS
dpkg-preconfigure [options] package.deb dpkg-preconfigure --apt DESCRIPTION
dpkg-preconfigure lets packages ask questions before they are installed. It operates on a set of debian packages, and all packages that use debconf will have their config script run so they can examine the system and ask questions. OPTIONS
-ftype, --frontend=type Select the frontend to use. -pvalue, --priority=value Set the lowest priority of questions you are interested in. Any questions with a priority below the selected priority will be ignored and their default answers will be used. --terse Enables terse output mode. This affects only some frontends. --apt Run in apt mode. It will expect to read a set of package filenames from stdin, rather than getting them as parameters. Typically this is used to make apt run dpkg-preconfigure on all packages before they are installed. To do this, add something like this to /etc/apt/apt.conf: // Pre-configure all packages before // they are installed. DPkg::Pre-Install-Pkgs { "dpkg-preconfigure --apt --priority=low"; }; -h, --help Display usage help. SEE ALSO
debconf(7) AUTHOR
Joey Hess <joeyh@debian.org> 2012-09-10 DPKG-PRECONFIGURE(8)
All times are GMT -4. The time now is 01:32 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy