|
-
May 29th, 2001, 08:29 PM
#1
Thread Starter
PowerPoster
UNIX Question
Anyone know how to get the specifications of a UNIX machine?
Like in windows/system!
-
May 30th, 2001, 05:19 AM
#2
Hyperactive Member
You can get some information on UNIX sysems with the uname command...use the following switches as desired...
Code:
uname -m 'Hardware Type
uname -n 'Network Host Name
uname -r 'OS Release
uname -s 'OS Name
uname -v 'OS Version
uname -a 'All of the above
-
May 30th, 2001, 05:29 AM
#3
Thread Starter
PowerPoster
thanks cybersurfer.
I'm trying to sell my works SG boxes and i need to get the specs of em!
ta
-
May 30th, 2001, 05:32 AM
#4
Hyperactive Member
Ah! Hardware type only gives you the CPU type...I'll investigate how to find RAM...
-
May 30th, 2001, 05:34 AM
#5
Thread Starter
PowerPoster
aii laaddy! <---- poor attempt at scottish accent.
thanks again!
-
May 30th, 2001, 05:37 AM
#6
Hyperactive Member
Code:
free -m 'Gives memory info in Megabytes
The "superprobe" command gives information on chipsets etc, but it doesn't work on the Linux system at college.
Last edited by CyberSurfer; May 30th, 2001 at 06:03 AM.
-
May 30th, 2001, 09:03 AM
#7
Hyperactive Member
If you are running X or Linux, you can find it out in the control panel.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|