久久久久久久视色,久久电影免费精品,中文亚洲欧美乱码在线观看,在线免费播放AV片

<center id="vfaef"><input id="vfaef"><table id="vfaef"></table></input></center>

    <p id="vfaef"><kbd id="vfaef"></kbd></p>

    
    
    <pre id="vfaef"><u id="vfaef"></u></pre>

      <thead id="vfaef"><input id="vfaef"></input></thead>

    1. 站長資訊網(wǎng)
      最全最豐富的資訊網(wǎng)站

      查看Linux系統(tǒng)默認(rèn)Shell的兩種方式

      在常用的操作系統(tǒng)中:

      Linux下默認(rèn)的Shell是Bourne Again Shell(bash) Solaris和FreeBSD下默認(rèn)的是Bourne shell(sh) AIX下默認(rèn)的是korn Shell(ksh)

      可以通過下面兩種方式來查看Linux系統(tǒng)默認(rèn)的Shell

      方式一: 通過SHELL變量來查看

        [root@localhost ~]# echo $SHELL  /bin/bash

      方式二: 通過passwd文件來查看

        [root@localhost ~]# cat /etc/passwd | grep root  root:x:0:0:root:/root:/bin/bash

      備注: 結(jié)尾為/bin/bash的即為用戶登錄后的Shell解釋器.

      贊(0)
      分享到: 更多 (0)
      網(wǎng)站地圖   滬ICP備18035694號(hào)-2    滬公網(wǎng)安備31011702889846號(hào)