System Information È®ÀÎ ¸í·É¾î
¢¹ È£½ºÆ® ³×ÀÓ È®ÀÎ
# hostname
¢¹ aliaseµÈ È£½ºÆ® ³×ÀÓ È®ÀÎ
# grep `hostname` /etc/hosts | awk '{print $3}'
¢¹ È£½ºÆ® ³×Æ®¿÷ Address(IP address)
# grep `hostname` /etc/hosts | awk '{print $1}'
¢¹ È£½ºÆ® id È®ÀÎ
# hostid
¢¹ OS, OS version, application architecture, kernel architecture, CPU type
Kernel virsion
# uname -a
¢¹ CPUÀÇ »ó¼¼Á¤º¸, ¸ÞÀθ޸ð¸®, Ethernet address, OS virsionµî...
½Ã½ºÅÛÀÇ »ó¼¼ÇÑ Á¤º¸
# dmesg
¢¹ Disk Configuration
# df
# df -a : Àüü file_system °¢°¢ ÇÒ´ç·® ¹× »ç¿ë·®(%) À» Check. (df:disk free)
# df . : ÇöÀç file system¿¡ ´ëÇÑ device¸í È®ÀÎ
¡Ø System ¸ðµ¨¸í, ½Ã¸®¾ó³Ñ¹ö H/W Product¿¡ °üÇÑ ³»¿ëÀº ½Ã½ºÅÛ ÈĸéÀ̳ª,
PROM»óÅ¿¡¼ È®ÀÎ ÇÒ ¼ö ÀÖ´Ù.
¡Ø Âü°í : SysInfo home page
www.MagniComp.com/sysinfo/
|