Results 1 to 7 of 7
can u tell me how we knnow the system configaration.
any command??
thank u
sree...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 01-25-2008 #1Just Joined!
- Join Date
- Jul 2006
- Posts
- 14
how u know system configaration in linux
can u tell me how we knnow the system configaration.
any command??
thank u
sree
- 01-25-2008 #2Linux Enthusiast
- Join Date
- Oct 2004
- Posts
- 609
It depends on what you want to know.
Have a look at uname -a, fdisk -l and lspci to start with.
- 01-28-2008 #3Linux Newbie
- Join Date
- Feb 2007
- Location
- hyderabad, india
- Posts
- 247
"Relationships are built on trust and communication"
- 01-28-2008 #4
There isn't a single command that can give you all that info at the same time (although you could write a script to gather this information).
1) uname -r
2) cat /etc/*-release, cat /etc/issue
3) parted, fdisk, hwinfo, lshw
4) free, cat /proc/meminfo, lshw, hwinfo, top
5) hwinfo, lshw, cat /proc/cpuinfo
As you can see there are many commands available. Some will not be available by default e.g. hwinfo and lshw. I would advise you to buy a basic system administration book or download RUTE
- 01-28-2008 #5If you're running KDE, then there are several good system monitors available that run under SuperKaramba. (This puts all this info on your desktop)
Originally Posted by munna_dude
If you have Gnome, there are equivalents available... I've seen them in screen shots, but for the life of me I wouldn't know how to install any of them in a Gnome environment.Can't tell an OS by it's GUI
- 01-28-2008 #6Just Joined!
- Join Date
- Nov 2007
- Location
- Germany
- Posts
- 37
Hi Daark.Child, since we are there again: I have to confess, the /etc/issue isn't the only one on my Debians...
There is no /*/*release* (i tried locate *release*), there is however a /etc/debian_version, a /proc/version (here are more than just the Debianversion, there is Kernelname, Architecture, GCC-Version...).
Ogion
- 01-28-2008 #7
There are always going to be slight differences between distributions. /proc/version is available on all distros, but I've noticed that very few use the /etc/*version file.


Reply With Quote

