What file should you examine to determine the defined
runlevels for your system?
Answers were Sorted based on User's Feedback
Answer / rajn
/etc/inittab
change this line to u r desired runlevel
id :X: initdefault
where X is ur runlevel eg: 3 ,5
| Is This Answer Correct ? | 13 Yes | 0 No |
Answer / k.vijaianand
try this
/etc/inittab
id:5:initdefault-
before booting it ask for the runlevel
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / shivmohanpatel ( e-tech softwa
/etc/inittab
id:X:initdefault
where X=runlevel (ex.0 to 6)
0 =system poweroff
1 = single user mode
2 = multiuser mode without network and X window
3 = multiuser mode with network without X window
4 = unused
5 = X11 (multiuser mode with network and X window
6 = reboot
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / s.v.d.malleswararao
/etc/inittab file . by using vi editor we can edit this
file,and we can set default runlevel for os.take care, while
defining runlevels in this file, we shouldn't use init 0 and
init 6
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / dayashankar prajapat
/etc/init.d/rc takes care of runlevel handling
runlevel 0 is System halt (Do not use this for
initdefault!)
runlevel 1 is Single user mode
runlevel 2 is Local multiuser without remote network
(e.g. NFS)
runlevel 3 is Full multiuser with network
runlevel 4 is Not used
runlevel 5 is Full multiuser with network and xdm
runlevel 6 is System reboot (Do not use this for
initdefault!)
| Is This Answer Correct ? | 1 Yes | 0 No |
how to install linux OS? pls send step by step
why accounting Software does not support on linux?
What file should you examine to determine the defined runlevels for your system?
how do i check which package has installed some command suppose ls , mkdir or whatever ???
How to Trouble shoot performance issue in RHEL administration ? please give to one example
i want some basic level enterview questions can any one can help me in this
what is difference between TFTP abd FTP?
I want to send pop-up message to samba users when they access the shared folder.... for eg: i want to tell them (dont copy mp3 and video files)
plz mention some interesting problems you faced and how you solved it?
How to build new filesystem ? and what is irig file system?
1.how to know cpu information on linux system? 2.how to hardware information on linux system? 3.if we add the new user what are the files will be changed? 4.how to remove the cache in squid server ? 5.how to know ur useing 32bit r 64 bit os ? 6.at booting process at init level which file it is reads? 7.if ur system performance is show what can u do ? 8.if ur file system corrupted what can u do ? fsck also not working? 9.how did u do health check in linux? 10.how did u check system performance in linux? 11.how did u create NIS server? give me the steps ? 12.how did u add a packages in linux ? 13.how did u know depended packages for any package useing rpm how u know? 14.how did you monitor cronjobs in linux ? 15.what is the use of logroted? and how did u do ? 16.port no is already in use so what canu do for that in http? 17.how to samba configurated are not ? there are any command for that ? 18.how to create a NTP Client using commands ? not as graphical... 19.how to know how many members are using any service? like ftp are any other services? 20.what is the differences between cmp,diff,comm commands?
In how many ways linux can be installed n explain th steps involved in installation in any of the method..?