kinila 发表于 2018-5-22 07:05:30

linux bin sbin目录

  /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目录