LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   how to get information of the computer on ubuntu? thanks (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-get-information-of-the-computer-on-ubuntu-thanks-678913/)

topheraholic 10-24-2008 08:23 PM

how to get information of the computer on ubuntu? thanks
 
i want to know the information of my computer,like what my cpu is and so on~what command could do this? thanks in advance.

pixellany 10-24-2008 08:44 PM

uname
dmesg
lspci
lshw (if installed)

The man page for each one will give you all the options.

abolishtheun 10-24-2008 08:52 PM

also, consider taking a look at the /proc directory.. like /proc/cpuinfo, /proc/meminfo, etc.

AuroraCA 10-24-2008 08:54 PM

See also:

Code:

cat /proc/cpuinfo
cat /proc/meminfo


topheraholic 10-24-2008 09:05 PM

Quote:

Originally Posted by pixellany (Post 3321313)
uname
dmesg
lspci
lshw (if installed)

The man page for each one will give you all the options.

thanks!! i get it.

topheraholic 10-24-2008 09:07 PM

Quote:

Originally Posted by pixellany (Post 3321313)
uname
dmesg
lspci
lshw (if installed)

The man page for each one will give you all the options.

and how to see my network information? like my ip? or something else etc~ thanks!!!

AuroraCA 10-24-2008 09:19 PM

network information:

Code:

ifconfig
Need more information? Take a look at this Linux command options chart organized by function:

http://www.pixelbeat.org/cmdline.html

akuma_linux 10-28-2008 07:45 AM

Hi

I know you asked for cli commands, but just thought i'd throw this in here -

http://phpsysinfo.sourceforge.net/

it might be worth a look for you.

john test 10-28-2008 07:51 AM

Code:

lshw
lsusb
lspci
hwinfo
iwlist
ifconfig
ip route
ip addr show
cat /etc/issue
uname -a
uname -o



All times are GMT -5. The time now is 01:18 AM.