Red hat Linux Command Line in English

Red hat Linux Command Line in English
# arch show architecture of machine
# cal 2007 show the timetable of 2007
# cat /proc/cpuinfo show information CPU info
# cat /proc/interrupts show interrupts
# cat /proc/meminfo verify memory use
# cat /proc/swaps show file(s) swap
# cat /proc/version show version of the kernel
# cat /proc/net/dev show network adpters and statistics
# cat /proc/mounts show mounted file system(s)
# clock -w save date changes on BIOS
# date show system date
# date 041217002007.00 set date and time - MonthDayhoursMinutesYear.Seconds
# dmidecode -q show hardware system components - (SMBIOS / DMI)
# hdparm -i /dev/hda displays the characteristics of a hard-disk
# hdparm -tT /dev/sda perform test reading on a hard-disk
# lspci -tv display PCI devices
# lsusb -tv show USB devices
# uname -m show architecture of machine
# uname -r show used kernel version
0 comments:
Post a Comment