码迷,mamicode.com
首页 > 系统相关 > 详细

linux /bin FHS翻译

时间:2015-09-08 18:30:37      阅读:230      评论:0      收藏:0      [点我收藏+]

标签:

  3.4 /bin: Essential user command binaries (for use by all users)

  系统必须的用户命令二进制执行文件放置在这里(可以被所有用户使用的命令)

 

  3.4.1 Purpose

  /bin contains commands that may be used by both the system administrator and by users

    but which are required when no other filesystems are mounted(e.g. in single user mode).

    It may also contain commands which are used indirectly by scripts.

  /bin 下面的命令仅限于当没有任何文件系统被挂载时(如单用户模式下)依然可以使用的命令,管理员和

    普通用户都可以使用的命令。/bin下面也包括一些会被直接使用的脚本

  3.4.2 Requirement

  /bin 下面不可以有子目录

  下面的命令,或者他们的符号链接要求存在于/bin下面

    cat

    chgrp

    chmod

    chown

    cp

    date

    dd

    df

    dmesg

    echo

    false

    hostname

    kill

    ln

    login

    ls

    mkdir

    mknod

    more

    mount

    mv

    ps

    pwd

    rm 

    rmdir

    sed

    sh

    stty 

    su

    sync

    umount

    uname 

 

 

linux /bin FHS翻译

标签:

原文地址:http://www.cnblogs.com/eifive/p/linux_fsh_bin.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!