zoukankan      html  css  js  c++  java
  • Liunx下/bin,/sbin ,/usr/bin,/usr/sbin,/usr/local/bin,/usr/local/sbin目录

    英文 

    /bin 
    This directory contains executable programs which are needed in single user mode and to bring the sys‐ tem up or repair it.

    /sbin 
    Like /bin, this directory holds commands needed to boot the system, but which are usually not executed by normal users.

    /usr/bin 
    This is the primary directory for executable programs. Most programs executed by normal users which are not needed for booting or for repairing the system and which are not installed locally should be placed in this directory.

    /usr/sbin 
    This directory contains program binaries for system administration which are not essential for the boot process, for mounting /usr, or for system repair.

    /usr/local/bin 
    Binaries for programs local to the site.

    /usr/local/sbin 
    Locally installed programs for system administration.

    中文翻译: 

    /bin  存放所有用户皆可用的系统程序,系统启动或者系统修复时可用(在没有挂载 /usr 目录时就可以使用)
    /sbin 存放超级用户才能使用的系统程序
    /usr/bin 存放所有用户都可用的应用程序
    /usr/sbin 存放超级用户才能使用的应用程序 
    /usr/local/bin 存放所有用户都可用的与本地机器无关的程序
    /usr/local/sbin 存放超级用户才能使用的与本地机器无关的程序

  • 相关阅读:
    rust 宏
    umi 调试
    rust 编译器工作流
    rust 神奇的特质
    rust 生命周期2
    rust 函数-生命周期
    rust 九九乘法表
    rust 代码生成选项
    rust 编码模式
    恢复到版本并销毁之后的git提交记录
  • 原文地址:https://www.cnblogs.com/DBABlog/p/12926914.html
Copyright © 2011-2022 走看看