查看所有shell类型详解程序员

[[email protected] ~]$ cat /etc/shells

/bin/sh

/bin/bash

/sbin/nologin

/usr/bin/sh

/usr/bin/bash

/usr/sbin/nologin

/bin/tcsh

/bin/csh

具体你使用的是那一个,取决于你的用户配置,可以在/etc/passwd文件查看最后一个字段

[[email protected] ~]$ head -1 /etc/passwd

root:x:0:0:root:/root:/bin/bash

原创文章,作者:奋斗,如若转载,请注明出处:https://blog.ytso.com/tech/aiops/2799.html

(0)
上一篇 2021年7月16日 01:21
下一篇 2021年7月16日 01:21

相关推荐

发表回复

登录后才能评论