在 Windows 中重新启动 explorer.exe 的等效命令

在 Windows 中重新启动 explorer.exe 的等效命令

Ubuntu 中是否有与在 Windows 中重新启动 explorer.exe 等效的命令?

答案1

如果 您 的 目标是 重新 启动 文件 管理 器 , 那么pkill nautilus && nohup nautilus 2> /dev/null &.

如果你想重新启动桌面会话,sudo service lightdm restart此命令将终止所有内容,并将你踢回登录屏幕。有效地重新启动图形会话

相关内容