Tagged Questions
2
votes
2answers
33 views
How to find rpm binary of a given process?
Here is the problem: I'm trying to find what cron software is running on my machine, however question applies to any generic process. One way to do it is:
Find the process
ps aux |grep cron
Find ...
0
votes
1answer
350 views
How to Disable IPv6 on RHEL-5
I am trying to disable IPv6 on interface eth0 on RHEL 5.
Here is a description of what I have attempted.
I had already made following entries in ifcfg-eth0 :
IPv6INIT=NO
IPV6AUTOCONF=NO
Following ...
-3
votes
3answers
566 views
what is the exact command to Restart a redhat linux system?
I am new in linux, I want to know the exact command to restart a red hat linux server 6.3. and it has to start network drivers etc.
I am using VPN to connect to remote machine using VNC.
Can anyone ...
0
votes
3answers
125 views
script to check for os libraries on RedHat 5.x and 6.x
We ship ImageMagick with our product. It needs quite a few libraries.
libtiff libICE libdl
libfreetype libX11 libglib-2.0
libjpeg libbz2 libxml2
libpng librsvg-2 libz
libfontconfig libgdk_pixbuf-2.0 ...
0
votes
2answers
177 views
iptables Administration in Redhat
Normally (that is, on Debianish systems), when you have to add a firewall rule uou have to put a defenition in the iptables.d/ directory and restart iptables. I can easily write a script to do this on ...
1
vote
2answers
94 views
In bash on RHAS4, why would pressing delete toggle case instead of deleting?
I have an old RedHat box that I have to get some work done on:
$ lsb_release -a
LSB Version: 1.3
Distributor ID: RedHatEnterpriseWS
Description: Red Hat Enterprise Linux WS release 4 (Nahant ...