2014年12月25日 星期四

[ubuntu] 常用指令

觀看記憶體 free -m

 硬碟空間 df -h

 mount -t tmpfs -o size=2G tmpfs /tmp/

 格式化硬碟 指令為 mkfs -t ext4 /dev/sdc1

看cpu
 cat /proc/cpuinfo|grep "model name"

更改系統時間
sudo date -s 2015/06/03
sudo date -s 14:00:00
sudo hwclock --systohc --utc