http://www.liiyl.com/index.php/archives/504
列出系統磁區個別的使用容量
df -Th
列出是否有未使用的磁碟空間
fdisk -l
掛載
mount /dev/sdb1 /opt
自動掛載
/ect/fstab
使用UUID方式掛載
blkid -s UUID
範例如下 , 將UUID填到fstab中
/dev/sdb1: UUID="543de266-c8ac-49d0-a0d1-80185415f9f8"
http://blog.xuite.net/chingwei/blog/30943022
重新開機
shutdown
shutdown -h now
reboot
改變檔案或目錄的使用者和群組
chown 使用者:群組 檔案
link
ln -s /use/bin bin
基本指令:
http://linux.vbird.org/linux_basic/redhat6.1/linux_06command.php
沒有留言:
張貼留言