![]() |
|
|
|
|
|||||||
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Simple make file questions....i think, thnx | Roxydogg28 | UNIX for Dummies Questions & Answers | 0 | 02-01-2008 01:39 AM |
| Simple ed questions - insert line with dot | peterl | UNIX for Dummies Questions & Answers | 4 | 11-04-2007 07:53 PM |
| 2 simple questions the linux pros will be able to get. Pleese help! | nregenwether | UNIX for Dummies Questions & Answers | 4 | 10-29-2003 12:45 PM |
| 2 Simple Questions | champion | UNIX for Dummies Questions & Answers | 1 | 07-24-2002 04:45 AM |
| Simple grep questions | nitin | UNIX for Dummies Questions & Answers | 2 | 10-14-2001 09:52 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
hi,
i am a total dummy of unix. i want to find out the following information from my Sun Solaris 8 Unix machine: 1) The command to display physical and virtual memory 2) The command to display the CPU 3) The command to display the total harddisk space. thank u very much and have a nice day. |
| Forum Sponsor | ||
|
|
|
|||
|
Hello !
1) The command to display physical and virtual memory /usr/platform/`uname -m`/sbin/prtdiag -v | grep -i mem swap -l virtual memory = "physical memory + swap area" 2) The command to display the CPU /usr/platform/`uname -m`/sbin/prtdiag -v 3) The command to display the total harddisk space. format For more information, look each command in the man pages. I hope help you. Witt |
| Thread Tools | |
| Display Modes | |
|
|