Sponsored Content
Full Discussion: LPI exams
Operating Systems Linux LPI exams Post 302315073 by mark54g on Monday 11th of May 2009 11:59:04 AM
Old 05-11-2009
 

9 More Discussions You Might Find Interesting

1. What is on Your Mind?

UNIX Exams

Hey all. I know this may have been asked before though I thought this would be the best place for teh question. I'm about to start my study days yet again to sit the Sun 210-014 & 015. I was just wondering if anyone else has sat these exams and would like to know if they have any tips for... (1 Reply)
Discussion started by: woofie
1 Replies

2. UNIX for Dummies Questions & Answers

solaris exams

hi , new unix admin here, in solaris only right now. Looking to take the cert exams for solaris, specifically scsa 2 exams. anyone know a good book(s) that may also include cd's with practice exams? (3 Replies)
Discussion started by: BG_JrAdmin
3 Replies

3. News, Links, Events and Announcements

Nortel exams

Hey everyone . iam taking some nortel exams in coming few weeks . around 4 of them and came hotcerts.com which is offering $85 all exams package . can anyone tell me how good are their exam materials in reference to real exams ? . i dont want to miss this package if they are good as iam going to... (0 Replies)
Discussion started by: puthupari
0 Replies

4. What is on Your Mind?

LPI Level 1 Exam 101 (RPM)

Just thought that I'd announce that today, I passed the aforementioned exam, with flying colours :cool: In a months time I've got the 102 exam........ It wasn't that difficult really, and I got 100% on two of the subject areas (GNU and UNIX commands - 20 questions and the X Window System - 8... (5 Replies)
Discussion started by: zazzybob
5 Replies

5. UNIX for Dummies Questions & Answers

LPI Certificacion - Linux

Hello guys I stay all day and i looking the best option to make a exams en Linux .. but i find just one option and very expensive (180 Euro x 5 months + 200 matriculation) and in the lpi homepage is just 260 $ FAQ on Exams / FAQ / Certification / Home - LPI - :confused: I live in Spain... (3 Replies)
Discussion started by: ___
3 Replies

6. What is on Your Mind?

LPI Course - Koenig Solutions ?

I want to do a certification on Linux, LPI to be precise. I dont have any idea as to where should one begin. Can any one help me as to where to get the knowledge and certification from ? I would prefer classroom style of teaching and hence want to know of any reputed institue. I do not mind India... (6 Replies)
Discussion started by: IGS77
6 Replies

7. UNIX for Dummies Questions & Answers

LPI practice work

Hello everyone! Im Andrew and i'm studying for LPI 1, 2 Does anybody knows where can i find good and actual stuff for practice? if it is posible for free :-\ maybe testking or stuff like that. I want to take the first examn but im not sure if i have to study so much more. It is true... (4 Replies)
Discussion started by: andriusman
4 Replies

8. UNIX Desktop Questions & Answers

Linux exams

Can some one give me any link to download gide lines or book for linux exams (0 Replies)
Discussion started by: ded325
0 Replies

9. What is on Your Mind?

What should i do after Linux plus /LPI 1?

Actually i am from software background and wish to pursue my carrier in linux. I will clear my linux plus and LPI 1 exam in a week time. wish to ask which certification i should prepare for . my aim is to get a job as a linux administrator. should i prepare for LPI 2 certification or REDHAD... (0 Replies)
Discussion started by: lobsang
0 Replies
RCCONF(8)                                                        Debian GNU/Linux                                                        RCCONF(8)

NAME
rcconf - Debian Runlevel configuration tool SYNOPSIS
rcconf [options] DESCRIPTION
Rcconf allows you to control which services are started when the system boots up or reboots. It displays a menu of all the services which could be started at boot. The ones that are configured to do so are marked and you can toggle individual services on and off. Rcconf gets a list of services from /etc/init.d and looks in the /etc/rc?.d directories to determine whether each service is on or off. Rcconf detects ON state by existence of /etc/rc?.d/"S"NNname. If the number(NN of /etc/rc?.d/[SK]NNname) is not 20(default), rcconf saves the service name and the number in /var/lib/rcconf/services so as to be able to restore the service to its original configuration. If you purge rcconf package by 'dpkg --purge' or 'aptitude purge' or others, you may lose off state package due to deletion of /var/lib/rcconf/services. OPTIONS
--help Print out a usage message. --dialog Use dialog command to display menu --whiptail Use whiptail command to display menu --notermcheck Do not set window size by terminal property. --on service[,service,...] Set services to be on. This option enables rcconf in command line mode and no select menu will be displayed. --off service[,service,...] Set services to be off. This option enables rcconf in command line mode and no select menu will be displayed. --list List services which includes current status(on/off). This option enables rcconf in command line mode and no select menu will be displayed. Use --expert option together if you want to list all services. This result can be used as config_file of --config. --config config_file Set services on/off according to config_file. This option enables rcconf in command line mode and no select menu will be displayed. The format of this config file is "service_name on" or "service_name off" in each line. Refer to the result of --list. --expert Show and select all services for experts. In default, rcconf doesn't display system default services as a candidate such as mountall.sh to hide unnecessary services for users(but very important for system). The list of which services are considered expert can be found at the line @expertonly in /usr/sbin/rcconf. --now For each service that had the links changed, call the corresponding /etc/init.d/service-name script using invoke-rc.d, so the package starts or stops immediately. If you do not use this option, the changes will only take effect the next time you reboot (or change runlevel). --verbose Output verbose messages. Guide File Rcconf can display some description(Guide) for each services with Guide File. Guide File is placed on /var/lib/rcconf/guide, and this Guide File does not exist by default. If you want to use Guide, you need to define guides for each services in this file. If you run update-rcconf-guide before rcconf, rcconf can use default guides derived from package description. Update-rcconf-guide generates the file '/var/lib/rcconf/guide.default' from package description(only uses first line of it) using apt-cache. Rcconf refers Guides in /var/lib/rcconf/guide before /var/lib/rcconf/guide.default. If you install some packages after executed update-rcconf-guide, you need to re-create this file using update-rcconf-guide so as to refresh guide.default that includes new guides for installed new services. Updating /etc/rd?.c/ by the package(KNOWN PROBLEM) Rcconf saves /etc/rc?.d/[SK]NNname conditions into /var/lib/rcconf/services. This file is updated only when there exists /etc/rc?.d/SNNname. It means that the condition is not saved if /etc/rc?.d/SNNname doesn't exist for the package. If the old version of the package creates both /etc/rc?.d/SNNname and /etc/rc?.d/KNNname but the newer(updated) version of the package creates only /etc/rc?.d/KNNname, some stupid condition occurs. That is, rcconf displays this package as OFF state even as the updated package doesn't have /etc/rc?.d/SNNname. That is because rcconf can't detect disappearance of /etc/rc?.d/SNNname and previous /etc/rc?.d/SNNname condition remains in /var/lib/rcconf/services for restore. In that situation, remove the entry(corresponding package line) from /var/lib/rcconf/services. FILE
/var/lib/rcconf/services The service number data file. /var/lib/rcconf/lock Lock file. /var/lib/rcconf/guide.default Guide File update-rcconf-guide generates. /var/lib/rcconf/guide Guide File user(Administrator) can define. SEE ALSO
update-rc.d(8) update-rcconf-guide(8) AUTHOR
Atsushi KAMOSHIDA <kamop@debian.org> perl v5.10.1 2009-11-17 RCCONF(8)
All times are GMT -4. The time now is 11:21 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy