LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 11-19-2003, 05:21 PM   #1
lnxkido
Member
 
Registered: May 2003
Posts: 34

Rep: Reputation: 15
SYSINFO for Linux....


MS-DOS has the command lile "sysinfo" which gives U the details about SYSTEM CONFIGURATION...

Is there any Linux equivalent (esp. Red Hat 8.0/9/0) ?

I know about /proc stuff..but just was wondering if there is any GUI tool OR cmd-line utility which will provide all this info with a single command in a human-readable form !!

Any tips will be greatly appreciated.
 
Old 11-19-2003, 05:35 PM   #2
fancypiper
LQ Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 60
Your Desktop enviroment (Gnome? You didn't say) probably has something. Browse through your menus and you should find something.

Handy bash commands for finding out stuff in Linux:
# Find CPU specifications
cat /proc/cpuinfo

# Find running kernel version
uname -r

# What compiler version do I have installed
gcc -v
gcc --version

# What is the running kernel and compiler installed
cat /proc/version

# Find X server version
X -showconfig

# What pci cards are installed and what irq/port is used
cat /proc/pci

# Memory and swap information
cat /proc/meminfo
free
An article: Tips for Optimizing Linux Memory

# How are the hard drives partitioned
fdisk -l

# How much free/used drive space
df -h

# Show disk usage by current directory and all subdirectories
du | less

# What takes up so much space on your box
# Run from the directory in question and the largest chunk shows up last
find $1 -type d | xargs du -sm | sort -g

# What is the distribution
cat /etc/.product
cat /etc/.issue
cat /etc/issue
cat /etc/issue.net
sysinfo

# For finding or locating files
find
locate
which
whereis

# Use dmesg to view the kernel ring buffer (error messages)
dmesg | less

# Watch error messages as they happen (sysklog needed)
as root, tail -f /var/log/messages (shows last 10 lines, use a number in front of f for more lines)

# What processes are running
ps -A

# Find a process by name
ps -ef | grep -i <plain text>
For example, XCDroast
ps -ef xcdroast

# See current environment list, or pipe to file
env | more
env > environmentvariablelist.txt

# Show current userid and assigned groups
id

# See all command aliases for the current user
alias

# See rpms installed on current system
rpmquery --all | more
rpmquery --all > <filename>
rpmquery --all | grep -i <plaintext>

Autospec for tarballs
RPM tools

# What directory am I using
pwd

# Get ls colors in less
ls --color=always | less -R

Look at man <command> or info <command> for the flags I used and for other options you can use for bash commands.
 
Old 11-19-2003, 05:41 PM   #3
lnxkido
Member
 
Registered: May 2003
Posts: 34

Original Poster
Rep: Reputation: 15
Thanks for U'r elaborated reply..

Well I am using Red Hat Linux 9.0 and the desktop environment is GNOME.

As I said in my post that I know about the /proc stuff but am looking for a "single-stop-shop" that can give us all this info via a GUI or cmd-line utility...

I've looked at GNOME GUI options and could not find any such tool/util that can describe the configuration in comprehensive manner...albeit there are tools/utils that can give U info in a piece-meal manner !!

Thanks anyway.
 
Old 11-19-2003, 05:44 PM   #4
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
Go to http://freshmeat.net and search
for lshw.... :)


Cheers,
Tink
 
Old 11-19-2003, 05:51 PM   #5
lnxkido
Member
 
Registered: May 2003
Posts: 34

Original Poster
Rep: Reputation: 15
Hi,

I was indeed looking for something like this (lshw)...

Thanks !
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
sysinfo on 64bits machine with 32 bits kernels sarunya Linux - Newbie 0 08-29-2005 12:06 PM
is there any fun() available in linux to find system uptime without using sysinfo uppala MEPIS 2 06-15-2005 09:45 AM
Sysinfo ?????? Linuxfrog Linux - Software 1 05-14-2005 08:55 PM
'load average' return values from sysinfo() bulliver Programming 4 04-05-2005 10:02 PM
Sysinfo link on web server main page hrp2171 Slackware 0 10-13-2004 05:10 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 08:25 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration