Skip to main content

Linux and "System Properties" option

More
18 years 2 months ago #13529 by zillah
Is there an option let us to find out what is the system properties for a system ?

I meant something similar to the link below :

www.netfaqs.com/windows/Misc/Version/index.asp?bisp=
More
18 years 2 months ago #13548 by dph
hey

most of what you want is in /proc

so from the command line just type the following

cat /proc/cpuinfo

cat /proc/meminfo

cat /proc/version

cat /proc/uptime
Time to create page: 0.127 seconds