RedHat重启gnome桌面环境
ps -ef|grep gnome-shell
kill -9 [进程号]
例如
[ems@NWFZOP2 ~]$ ps -ef|grep gnome-shell
ems 8188 35624 0 09:36 pts/6 00:00:00 grep --color=auto gnome-shell
ems 58135 55547 13 6月04 ? 06:52:14 /usr/bin/gnome-shell
ems 66150 1 0 6月04 ? 00:00:00 /usr/libexec/gnome-shell-calendar-server
[ems@NWFZOP2 ~]$ kill -9 58135