标签:shell new pass size 操作 常见 uri etc ebs
常见的操作系统下的shell:
常见查看当前系统的shell环境的命令
方法一:
Linux:/ # echo $SHELL
/bin/bash
方法二:
Linux:/ # grep root /etc/passwd
root:x:0:0:root:/root:/bin/bash
结尾的/bin/bash就是用户登陆后的shell解释器
标签:shell new pass size 操作 常见 uri etc ebs
原文地址:https://www.cnblogs.com/OliverQin/p/10255278.html