Linux /bin, /sbin, /usr/bin, /usr/sbin ကွာခြားချက် (အဓိပ္ပါယ်)
- /**
- this is root directory */
/** / : 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/local/bin : application user commands */
/** /usr/local/sbin: application super user commands */
1.
Linux /bin, /sbin, /usr/bin, /usr/sbin 区别, CSDN Blog-IT-Homer:http://blog.csdn.net/ithomer/article/details/9839957↩
Linux ပတ်ဝန်းကျင်တွင် အောက်ပါ လမ်းကြောင်းများ၏ အဓိပ္ပါယ်နှင့် အသုံးပြုမှုကွာခြားချက်ကို အကျဉ်းချုပ် ဖော်ပြထားပါသည်။
- / သည် root directory (အမြစ်လမ်းကြောင်း) ဖြစ်သည်
- /bin: ဒီနေရာတွင်ရှိသော command များသည် စနစ်မှ တပ်ဆင်ထားသည့် user commands များဖြစ်သည်
- /sbin: ဒီနေရာတွင်ရှိသော command များသည် စနစ်မှ တပ်ဆင်ထားသည့် super user commands များဖြစ်သည်
- /usr/bin: အက်ပ်လီကေးရှင်းများအတွက် user commands
- /usr/sbin: အက်ပ်လီကေးရှင်းများအတွက် super user commands
- /usr/local/bin: local တွင် တပ်ဆင်ထားသည့် application များအတွက် user commands
- /usr/local/sbin: local တွင် တပ်ဆင်ထားသည့် application များအတွက် super user commands