Quote:
Originally Posted by mmheera
Well, there are many flavors or distributions of Linux available, i.e. Debian, Centos, Redhat, Ubuntu etc. I wanted to know which one you are using. You may try the following commands to find out about your OS information:
$ cat /etc/redhat-release (for Redhat systems)
$ cat /etc/*-release
$ lsb_release -a
$ cat /proc/version
For a Redhat or Centos system, with the following command you can find out the package version details:
#rpm -qa | grep NetworkManager
# rpm -qi NetworkManager
Thanks!
|
I'm using RHEL.
clinm@BDK-DMZ-MCA-USSD-02:home/clinm% cat /etc/redhat-release
Red Hat Enterprise Linux Server release 5.6 (Tikanga)
Here is the package version details:
clinm@BDK-DMZ-MCA-USSD-02:home/clinm% rpm -qa | grep NetworkManager
NetworkManager-glib-0.7.0-10.el5_5.2
NetworkManager-0.7.0-10.el5_5.2
NetworkManager-gnome-0.7.0-10.el5_5.2
clinm@BDK-DMZ-MCA-USSD-02:home/clinm%
clinm@BDK-DMZ-MCA-USSD-02:home/clinm% rpm -qi NetworkManager
Name : NetworkManager Relocations: (not relocatable)
Version : 0.7.0 Vendor: Red Hat, Inc.
Release : 10.el5_5.2 Build Date: Wed 24 Nov 2010 07:16:45 AM SGT
Install Date: Tue 14 Feb 2012 07:31:58 PM SGT Build Host: x86-004.build.bos.redhat.com
Group : System Environment/Base Source RPM: NetworkManager-0.7.0-10.el5_5.2.src.rpm
Size : 3492516 License: GPLv2+
Signature : DSA/SHA1, Wed 01 Dec 2010 07:59:56 PM SGT, Key ID 5326810137017186
Packager : Red Hat, Inc. <http://bugzilla.redhat.com/bugzilla>
URL :
http://www.gnome.org/projects/NetworkManager/
Summary : Network connection manager and user applications
Description :
NetworkManager attempts to keep an active network connection available at all
times. It is intended only for the desktop use-case, and is not intended for
usage on servers. The point of NetworkManager is to make networking
configuration and setup as painless and automatic as possible. If using DHCP,
NetworkManager is _intended_ to replace default routes, obtain IP addresses
from a DHCP server, and change nameservers whenever it sees fit.
clinm@BDK-DMZ-MCA-USSD-02:home/clinm%