Find the answer to your Linux question:
Results 1 to 4 of 4
I have a CentOS 6.2 system that was dropped in my lap and need to know if it was installed with Desktop or Server. How can I determine this? Thanks...
Enjoy an ad free experience by logging in. Not a member yet? Register.
  1. #1
    Just Joined!
    Join Date
    Apr 2011
    Posts
    27

    How to determine if Desktop or Server was installed

    I have a CentOS 6.2 system that was dropped in my lap and need to know if it was installed with Desktop or Server.

    How can I determine this?

    Thanks

  2. #2
    awc
    awc is offline
    Just Joined! awc's Avatar
    Join Date
    Aug 2012
    Location
    North America
    Posts
    40
    I think the obvious answer here is that if the system only has a command line interface (CLI), then it's a server build. Ideally, server installs don't have a desktop environment aka graphical user interface (GUI). A GUI may seem to make a system easier to manage, however it consumes precious resources as well as creates more possible vulnerabilities.

    So aside from the obvious, there may be some designator in the kernel name, such as server or desktop. I seem to remember seeing that in a Ubunutu install, but it may be a long shot.

  3. #3
    Linux Guru Lazydog's Avatar
    Join Date
    Jun 2004
    Location
    The Keystone State
    Posts
    2,629
    Back in the day RedHat made 2 different releases of their software, one was a desktop (ws) the other was a server (as).
    Today's model it is all one system that is interchangeable. You can start off with either installed and then add what you need to it.

    Regards
    Robert

    Linux
    The adventure of a life time.

    Linux User #296285
    Get Counted

  4. #4
    Just Joined! lystor's Avatar
    Join Date
    May 2010
    Location
    Ukraine
    Posts
    12
    On RHEL:
    Code:
    $ cat /etc/issue

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •