Multiple choice technology operating systems

What is the command to start XWindow server.

  1. sx

  2. startx

  3. init -x

  4. start -Xwin

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

In Unix and Linux systems, 'startx' is the standard script used to initialize an X Window System session. It handles the launching of the X server and the client applications (like window managers) defined in the user's .xinitrc file.