Pages

Thursday, July 15, 2010

பாடம் 4 : லினக்ஸ் system information command

இந்த பாடத்தில் லினக்ஸ் system information களை பார்க்க உதவும் command .

uname

இந்த command kernel version னை தெரிந்துகொள்ள உதவும்

உதாரணம்:-

chandru@chandru-laptop:~$ uname -a
Linux chandru-laptop 2.6.32-21-generic #32-Ubuntu SMP Fri Apr 16 08:10:02 UTC 2010 i686 GNU/Linux

head -n1 /etc/issue

இந்த command version னை தெரிந்துகொள்ள உதவும்

உதாரணம்:-
chandru@chandru-laptop:~$ head -n1 /etc/issue
Ubuntu 10.04 LTS \n \l

cat /proc/partitions

இந்த command system இன் partition பற்றிய தகவலை தெரிவிக்கும்.

உதாரணம்:-
chandru@chandru-laptop:~$ cat /proc/partitions
major minor #blocks name

251 0 892416 ramzswap0
8 0 312571224 sda
8 1 14718976 sda1
8 2 102400 sda2
8 3 149450072 sda3
8 4 1 sda4
8 5 61869056 sda5
8 6 74137600 sda6
8 7 12283904 sda7

grep MemTotal /proc/meminfo

இந்த command total memory space னை தெரிந்துகொள்ள உதவும்.

உதாரணம்:-
chandru@chandru-laptop:~$ grep MemTotal /proc/meminfo
MemTotal: 1784836 kB

lspci

இந்த command இது அணைத்து pci inforamtion களை திரையில் காண்பிக்கும்.

உதாரணம்:-
chandru@chandru-laptop:~$ lspci -tv
-+-[0000:3f]-+-00.0 Intel Corporation Core Processor QuickPath Architecture Generic Non-core Registers
| +-00.1 Intel Corporation Core Processor QuickPath Architecture System Address Decoder
| +-02.0 Intel Corporation Core Processor QPI Link 0
| +-02.1 Intel Corporation Core Processor QPI Physical 0
| +-02.2 Intel Corporation Core Processor Reserved
| \-02.3 Intel Corporation Core Processor Reserved
\-[0000:00]-+-00.0 Intel Corporation Core Processor DRAM Controller
+-02.0 Intel Corporation Core Processor Integrated Graphics Controller
+-16.0 Intel Corporation 5 Series/3400 Series Chipset HECI Controller
+-1a.0 Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller
+-1b.0 Intel Corporation 5 Series/3400 Series Chipset High Definition Audio
+-1c.0-[0000:02]----00.0 Atheros Communications Inc. AR9285 Wireless Network Adapter (PCI-Express)
+-1c.1-[0000:03]--+-00.0 Ricoh Co Ltd Device e822
| +-00.1 Ricoh Co Ltd Device e230
| \-00.4 Ricoh Co Ltd Device e822
+-1c.2-[0000:04]----00.0 Marvell Technology Group Ltd. Device 4381
+-1c.5-[0000:05-0c]--
+-1d.0 Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller
+-1e.0-[0000:0d]--
+-1f.0 Intel Corporation Mobile 5 Series Chipset LPC Interface Controller
+-1f.2 Intel Corporation 5 Series/3400 Series Chipset 4 port SATA AHCI Controller
+-1f.3 Intel Corporation 5 Series/3400 Series Chipset SMBus Controller
\-1f.6 Intel Corporation 5 Series/3400 Series Chipset Thermal Subsystem

lsusb

இந்த command system இல் உள்ள அனைத்து usb port களையும் திரையில் காண்பிக்கும்.

உதாரணம்:-
chandru@chandru-laptop:~$ lsusb
Bus 002 Device 005: ID 15d9:0a4c Dexon
Bus 002 Device 004: ID 0fce:d039 Sony Ericsson Mobile Communications AB
Bus 002 Device 002: ID 8087:0020
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 003: ID 064e:a213 Suyin Corp.
Bus 001 Device 002: ID 8087:0020
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

grep -F capacity: /proc/acpi/battery/BAT0/info

இந்த command லேப்டாப் battery இன் நிலையை காண உதவும்.

உதாரணம்:-
chandru@chandru-laptop:~$ grep -F capacity: /proc/acpi/battery/BAT0/info
design capacity: 42180 mWh
last full capacity: 40620 mWh
குறிப்பு:-
இந்த பதிப்பில் உள்ள command தங்களுக்கு பயன்னுள்ளதாக அமையும் என நம்புகின்றேன்.

1 comment:

  1. நன்றி தங்கள் இடுகைகளுக்கு.

    ReplyDelete