日本免费全黄少妇一区二区三区-高清无码一区二区三区四区-欧美中文字幕日韩在线观看-国产福利诱惑在线网站-国产中文字幕一区在线-亚洲欧美精品日韩一区-久久国产精品国产精品国产-国产精久久久久久一区二区三区-欧美亚洲国产精品久久久久

opt文件用什么打開 opt無效文件規(guī)格ug

Linux 軟件安裝目錄Linux 的軟件安裝目錄是有講究的,理解這一點(diǎn),在對系統(tǒng)管理是有益的 。
/usr:系統(tǒng)級的目錄,可以理解為C:/Windows/,/usr/lib理解為C:/Windows/System32 。
/usr/local:用戶級的程序目錄,可以理解為C:/Progrem Files/ 。用戶自己編譯的軟件默認(rèn)會安裝到這個(gè)目錄下 。
/opt:用戶級的程序目錄,可以理解為D:/Software,opt有可選的意思,這里可以用于放置第三方大型軟件(或games),當(dāng)你不需要時(shí),直接rm -rf掉即可 。在硬盤容量不夠時(shí),也可將/opt單獨(dú)掛載到其他磁盤上使用 。
源碼Source Code放哪里?
/usr/src:系統(tǒng)級的源碼目錄 。
/usr/local/src:用戶級的源碼目錄 。
Linux 目錄結(jié)構(gòu)

opt文件用什么打開 opt無效文件規(guī)格ug


/opt 目錄Here’s where optional stuff is put. Trying out the latest Firefox beta? Install it to /opt where you can delete it without affecting other settings. Programs in here usually live inside a single folder whick contains all of their data, libraries, etc.
這里主要存放那些可選的程序 。你想嘗試最新的firefox beta版嗎?那就裝到/opt目錄下吧,這樣,當(dāng)你嘗試完,想刪掉firefox的時(shí)候,你就可以直接刪除它,而不影響系統(tǒng)其他任何設(shè)置 。安裝到/opt目錄下的程序,它所有的數(shù)據(jù)、庫文件等等都是放在同一個(gè)目錄下面 。
/usr/local 目錄This is where most manually installed(ie. outside of your package manager) software goes. It has the same structure as /usr. It is a good idea to leave /usr to your package manager and put any custom scripts and things into /usr/local, since nothing important normally lives in /usr/local.
【opt文件用什么打開 opt無效文件規(guī)格ug】這里主要存放那些手動(dòng)安裝的軟件,即不是通過apt-get安裝的軟件 。它和/usr目錄具有相類似的目錄結(jié)構(gòu) 。讓軟件包管理器來管理/usr目錄,而把自定義的腳本(scripts)放到/usr/local目錄下面 。

opt文件用什么打開 opt無效文件規(guī)格ug


    推薦閱讀