2013年11月6日 星期三

ubuntu && Linux shell command arrange


  • 查看所有路徑以及裝置的儲存空間

df –m     #查看所有的加總儲存空間
du –sh *   #查看哪個目錄分別占了多少空間



  • Ubuntu 用指令變更螢幕解析度
xrandr -s 1440x900 # Note multiply is “x” , not “*”



  • 掛載隨身裝置(sd card , USB etc..):

             fdisk –l    -->     查看usb device (小寫L)



              *USB:

        #mount -t vfat -o iocharset=cp950 /dev/sda1 /mnt/flash
              *SD Card:
        #mount –o rw /dev/mmcblk0p1 mmc/


  • 分析可载入module的相依性:
            depmod -a      #   depmod可检测模块的相依性,供modprobe在安装模块时使用。
            詳情請看:http://www.linuxso.com/command/depmod.html






Good Reference :

沒有留言:

張貼留言