①如图,vi 文件名,接着按回车即可打开对应的文件,如果没有对应的文件,那么vi命令就会自动创建一个新的.
linux下telnet命令在远程登录之后要怎么才能退出呢?下面由我为大家整理了linux的telnet退出命令的相关知识,希望对大家有帮助!
Escape character is '^]'.
telnet
close close current connection
logout forcibly logout remote user and close the connection
mode try to enter line or character mode ('mode ?' for more)
open connect to a site
quit exit telnet
send transmit special characters ('send ?' for more)
set set operating parameters ('set ?' for more)
unset unset operating parameters ('unset ?' for more)
status print status information
toggle toggle operating parameters ('toggle ?' for more)
slc change state of special charaters ('slc ?' for more)
auth turn on (off) authentication ('auth ?' for more)
encrypt turn on (off) encryption ('encrypt ?' for more)
forward turn on (off) credential forwarding ('forward ?' for more)
z suspend telnet
! invoke a subshell
environ change environment variables ('environ ?' for more)
print help information
Connection closed.
①.、系统启动成功后,屏幕显示下面的提示:"localhost login:".输入用户名,比如philcheng,然后键入回车键.
退出系统:输入命令:exit.即倒退到登录前的状态.
扩展资料:
登录密码错误:
登录系统,用户输入了错误的口令,就会在屏幕上看到下列信息:login incorrect.用户需要重新输入.当用户正确地输入用户名和口令后,就能合法地进入系统.
修改口令:
为了更好的保护用户账号的安全,Linux允许用户随时修改自己的口令,修改口令的命令是passwd,提示用户输入旧口令和新口令,之后还要求用户再次确认新口令,以避免用户无意中按错键.
如果用户忘记了口令,可以请系统管理员为自己重新设置一个.
以上就是土嘎嘎小编为大家整理的linux系统退出命令相关主题介绍,如果您觉得小编更新的文章只要能对粉丝们有用,就是我们最大的鼓励和动力,不要忘记讲本站分享给您身边的朋友哦!!