ក្រុមការងារយើងខ្ញុំនិងខិតខំសិក្សារស្រាវជ្រាវចំនេះដឹងបន្ថែមទៀតសំរាប់លោកអ្នក សូមអរគុណសំរាប់ការគាំទ្រ !

2.5 Linux System Commands

2.5 Linux System Commands

Date / Time

#date           = Show current date/time
#date -s "1 May 2017 11:30:00"  =  change date / time

#timedatectl   =  Show timezone
#timedatectl set-timezone Asia/Tokyo   =  change zone

#cal 5 2017   =  Show calendar of May 2017

Shutdown

#reboot   =  Restart
#init 6     =  Restart
#shutdown  = Shutdown
#init 0      =   Shutdown


Hardware & Kernel

#uname -a  =  Show Linux Kernel Version
#cat /proc/cpuinfo  =  Show CPU information 
#cat /reoc/memofo  =  Show Memory information

Disk & Memory

#fdisk -l   =  View disk partition
#df -h      =  View free space
#du -hs *  =  View usage space
#free -h    =   View memory space



EmoticonEmoticon