美文网首页
Shell解析器

Shell解析器

作者: 一个人一匹马 | 来源:发表于2019-03-12 17:37 被阅读0次
    Linux提供的Shell解析器有:

    $ cat /etc/shells
    /bin/sh
    /bin/bash
    /sbin/nologin
    /bin/dash
    /bin/tcsh
    /bin/csh

    bash和sh的关系

    $ ll | grep bash
    -rwxr-xr-x. 1 root root 941880 5月 11 2016 bash
    lrwxrwxrwx. 1 root root 4 5月 27 2017 sh -> bash

    Centos默认的解析器是bash

    echo $SHELL
    /bin/bash

    相关文章

      网友评论

          本文标题:Shell解析器

          本文链接:https://www.haomeiwen.com/subject/aqgnpqtx.html