Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以以编程方式从我的 OSX 应用程序关闭用户会话?
谢谢你的帮助。
skill -KILL -u `whoami`
This should logout the current user, though there might be better ways of doing this.