Intel(r) Core?2 Duo Processors"

Chong Yu Meng chongym at cymulacrum.net
Sun Oct 15 03:07:53 UTC 2006


On Sat, 2006-10-14 at 22:53 +0200, Dotan Cohen wrote:
> On 14/10/06, Chong Yu Meng <chongym at cymulacrum.net> wrote:
> > Hi Dotan,
> >
> > Can you give us a listing of the services running on your machine? To do
> > that, just execute as root:
> >
> > chkconfig --list
> >
> > It's going to be a very long list, but it may help us (well, at least
> > me) to help you.
> 
> Thanks, Pascal. But I don't seem to have chkconfig, nor is it in the repos:
> 

Hi Dotan,

As other people have already said, chkconfig is in /sbin. As a normal
user, you sometimes need to provide the full path to the script or
program in order to run it. 

If you suspect that a particular program or file is on your system but
you do not know where to find it, there are several ways provided by
Fedora to help you search for it. For example:

1. My favorite:the "locate" command. You will need to run "updatedb" as
root regularly, so that your filesystem maintains updated indexes. Then
to find chkconfig, for example, just do this:

[chongym at jadeblue ~]$ locate chkconfig
/sbin/chkconfig
/usr/share/locale/ar/LC_MESSAGES/chkconfig.mo
/usr/share/locale/be/LC_MESSAGES/chkconfig.mo
/usr/share/locale/bg/LC_MESSAGES/chkconfig.mo
/usr/share/locale/bn/LC_MESSAGES/chkconfig.mo
/usr/share/locale/bn_IN/LC_MESSAGES/chkconfig.mo

Sometimes it spits out a lot more information than you expect ...

2. If it is a command, such as "java", you can use "which":
[chongym at jadeblue ~]$ which java
/opt/ibm/java2-i386-50/bin/java

3. If you are using UNIX instead of Linux, the "find" command works as
well. In the example below I am searching for a file called SS7-SMS.pdf
and specifying the base of the search as my own home
directory /home/chongym
[chongym at jadeblue ~]$ find /home/chongym -name SS7-SMS.pdf
/home/chongym/SS7-SMS.pdf

There is also an application called beagle that can do indexing and
searches for you, but I don't use it and I don't know how to use it. I'm
old fashioned that way ...

HTH

-- 
Pascal Chong 
email:  chongym at cymulacrum.net 
web:    http://cymulacrum.net
pgp:    http://cymulacrum.net/pgp/cymulacrum.asc

"La science ne connaît pas de frontière parce que la connaissance
appartient à l’humanité. et que c’est la flamme qui illumine le monde."

-- Louis Pasteur
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
Url : http://lists.fedoraproject.org/pipermail/users/attachments/20061015/83219b33/attachment-0002.bin 


More information about the users mailing list