- Thread Starter
- #26
Code:
$ pgrep -lf hal
1300 hald-addon-storage: /dev/da0
933 hald-addon-storage: /dev/acd1
928 hald-addon-storage: /dev/acd0
912 hald-addon-storage: no polling on /dev/fd0 because it is explicitly disabled
911 hald-addon-mouse-sysmouse: /dev/psm0
896 hald-runner
887 /usr/local/sbin/hald
$ pgrep -lg dbus
usage: pgrep [-LSfilnovx] [-d delim] [-F pidfile] [-G gid] [-M core] [-N system]
[-P ppid] [-U uid] [-g pgrp] [-j jid] [-s sid]
[-t tty] [-u euid] pattern ...
$
Code:
$ cat /etc/rc.conf
# -- sysinstall generated deltas -- # Tue Jun 23 15:31:39 2009
# Created: Tue Jun 23 15:31:39 2009
# Enable network daemons for user convenience.
# Please make all changes to this file, not to /etc/defaults/rc.conf.
# This file now contains just the overrides from /etc/defaults/rc.conf.
hostname="local.corneliu"
ifconfig_sis0="DHCP"
inetd_enable="YES"
ipv6_enable="YES"
linux_enable="YES"
moused_enable="YES"
gnome_enable="YES"
$