Monday, December 20, 2010

Which desktop is used by my linux machine?

■ Requirement : Find which desktop is installed on linux
■ OS Environment : Linux[RHEL, Centos]
■ Implementation Steps : 

          Check the directory : /usr/share/xsessions. It has been defined there. You can also execute the following command to get the result.

$  find /usr/share/xsessions -name "*.desktop" -exec basename "{}" .desktop ";"
gnome


No comments:

Post a Comment