bin,/sbin,/usr/bin/,/usr/sbin的劃分標準是什麼?



/  : this is root directory
/bin : commands in this dir are all system installed user commands
/sbin:  commands in this dir are all system installed super user commands
/usr/bin: user commands for applications
/usr/sbin: super user commands for applications
/usr/X11R6/bin : X application user commands
/usr/X11R6/sbin: X application super user commands

留言

這個網誌中的熱門文章

NMEA標準格式 -- GPS

網路 Transformer 的用途

cut,sed,awk 字串處理