Red Hat Certification Exam Question:
Download Questions PDF

Suppose You Completely Install the Redhat Enterprise Linux 5 on your System. While start
the system, its giving error to load X window System. How will you fix that
problem and make boot successfully run X Window System.

Red Hat Certification Interview Question
Red Hat Certification Interview Question

Answer:

Think while Problems occurred on booting System on Runlevel 5 (X Window).
1. /tmp is full or not
2. Quota is already reached
3. Video card or resolution or monitor is misconfigured.
4. xfs service is running or not.
Do These:
1. df -h /tmp /tmp is full remove the unnecessary file
2. quota username if quota is already reached remove unnecessary file from home
directory.
3. Boot the System in runlevel 3. you can pass the Kernel Argument from boot
loader.
4. Use command: system-config-display It will display a dialog to configure the
monitor, Video card, resolution etc.
5. Set the Default Runlevel 5 in /etc/inittab
id:5:initdefault:
6. Reboot the System you will get the GUI login Screen.

Download Red Hat Certification Interview Questions And Answers PDF

Previous QuestionNext Question
Suppose There are two different networks, 192.168.0.0/24 and 192.168.1.0/24. Your System is in 192.168.0.0/24 Network. One RHEL 5 Installed System is going to use as a Router. All required configuration is already done on Linux Server. Where 192.168.0.254 and 192.168.1.254 IP Address are assigned on that Server. How will make successfully ping to 192.168.1.0/24 Networks Host?What is the main configuration file for XFree86 version 4? A. /etc/X11/XF86Config B. /etc/X11/XF86Config-4 C. /usr/X11R6/bin/XFree86 D. XF86_SVGA