- Posts: 80
- Thank you received: 0
Linux and "System Properties" option
18 years 8 months ago #13529
by zillah
Linux and "System Properties" option was created 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=
I meant something similar to the link below :
www.netfaqs.com/windows/Misc/Version/index.asp?bisp=
18 years 8 months ago #13548
by dph
Replied by dph on topic Re: Linux and "System Properties" option
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
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.114 seconds