ភាពខុសគ្នារវាង /bin, /sbin, /usr/bin, /usr/sbin ក្នុង Linux

/**
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: ពាក្យបញ្ជាទាំងអស់នៅក្នុងថតនេះ គឺជាពាក្យបញ្ជារបស់ប្រព័ន្ធដែលបានដំឡើង (សម្រាប់អ្នកប្រើប្រាស់)
  • /sbin: ពាក្យបញ្ជាទាំងអស់នៅក្នុងថតនេះ គឺជាពាក្យបញ្ជារបស់ប្រព័ន្ធដែលបានដំឡើង (សម្រាប់ super user/អ្នកគ្រប់គ្រង)
  • /usr/bin: ពាក្យបញ្ជាសម្រាប់អ្នកប្រើប្រាស់របស់កម្មវិធី (applications)
  • /usr/sbin: ពាក្យបញ្ជាសម្រាប់ super user/អ្នកគ្រប់គ្រងរបស់កម្មវិធី (applications)
  • /usr/local/bin: ពាក្យបញ្ជាសម្រាប់អ្នកប្រើប្រាស់របស់កម្មវិធីដែលដំឡើងក្នុងមូលដ្ឋាន (local)
  • /usr/local/sbin: ពាក្យបញ្ជាសម្រាប់ super user/អ្នកគ្រប់គ្រងរបស់កម្មវិធីដែលដំឡើងក្នុងមូលដ្ឋាន (local)