Linux exit命令

Linux 命令手册 Linux 命令手册

Linux exit命令用于退出目前的shell。

执行exit可使shell以指定的状态值退出。若不设置状态值参数,则shell以预设值退出。状态值0代表执行成功,其他值代表执行失败。exit也可用在script,离开正在执行的script,回到shell。

语法

exit [状态值]

实例

退出终端

# exit

Linux 命令手册 Linux 命令手册

Linux finger命令 Linux 命令大全 Linux finger命令可以让使用者查询一些其他使用者的资料。会列出来的资料有: Login Name User Name Home directory Shell Login status mail status .plan .project .forward 其中 .plan、.project 和 .forward 就是使用者在他的 Home Directory 里的 ...