shell.html
来自「Unix下基于Web的管理工具」· HTML 代码 · 共 19 行
HTML
19 行
<header>Shell</header>When a user logs in via telnet or at the console, or opens an <tt>xterm</tt>window in X the users shell program will be run to interpret commandsentered. If a user does not have a valid shell program or has one thatdoes nothing (like <tt>/bin/false</tt>), then that user will not be able tologin. This can be useful when creating users who can only read and sendemail. <p>Listed in this field are all the shells used by users on your system. Youmay select one, or choose <i>Other..</i> and enter the full path of theshell in the text field below. <p>All Unix systems come with the Bourne shell (<tt>/bin/sh</tt>) and theC Shell (<tt>/bin/csh</tt>). Other common and more user-friendly shellsare <tt>tcsh</tt>, <tt>zsh</tt> and <tt>bash</tt>. <hr>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?