linux – 如何使用shell从计算机注销?

前端之家收集整理的这篇文章主要介绍了linux – 如何使用shell从计算机注销?前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
如何使用 shell退出计算机,再次出现登录窗口?

我在一个Linux脚本中需要这个功能.

更新:
我想复制我的Ubuntu的logout按钮后面的代码.

正在使用的桌面环境:GNOME

解决方法

我认为这样做:
gnome-session-save --logout

另外,看一下–help输出,也许你想使用–force-logout选项.

Usage:
  gnome-session-save [OPTION...]

Help Options:
  -h,--help               Show help options
  --help-all               Show all help options
  --help-gtk               Show GTK+ Options

Application Options:
  --logout                 Log out
  --force-logout           Log out,ignoring any existing inhibitors
  --logout-dialog          Show logout dialog
  --shutdown-dialog        Show shutdown dialog
  --gui                    Use dialog Boxes for errors
  --display=DISPLAY        X display to use
原文链接:https://www.f2er.com/linux/394323.html

猜你在找的Linux相关文章