this exam is a joke
seriously, alot of the example questions were asking you the default locations of various config files.
anyone who has used linux knows that every @#$@#$ distro chooses its own places for those config files to go. god knows where they are.
and why the hell does memorizing that BS make you somehow 'good at linux'?
anyone who has used linux knows that every @#$@#$ distro chooses its own places for those config files to go. god knows where they are.
and why the hell does memorizing that BS make you somehow 'good at linux'?
Comments
-
keatron Member Posts: 1,213 ■■■■■■□□□□hack wrote:seriously, alot of the example questions were asking you the default locations of various config files.hack wrote:hack wrote:and why the hell does memorizing that BS make you somehow 'good at linux'?
-
remyforbes777 Member Posts: 499The Linux + exam is Red Hat based with a little Debian thrown in. The config files for those two distros and mainly any distro I have seen is in the /etc directory mainly under the name of the app.Remington Forbes
www.blacksintechnology.net -
milliamp Member Posts: 135It has been a while since I took the exam but I don't remember too many (if any) questions on config file locations that were distro specific.
-
exkor5000 Member Posts: 54 ■■□□□□□□□□hack is right about locations
it is a problem with distros.
for example in redhad stores its boot config in directories while many other distros (those that are more unix oriented) store those in separate files.
This prevents many software such as VMWare install properly on some distros such as Slackware.
and yea Linux+ is very flat basic knowledge, doesnt mean you are a guru if you have it.
X -
Gennosuke HIGAKI Member Posts: 68 ■■□□□□□□□□I had been worried a similar case. Main difference on distro is due to either BSD or System V scheme. Typically, Slackware keeps the former and RedHat does the latter. Major differences are on boot and daemon processes, location of major application and their config file locations e.g., /usr/local vs. /etc, and package management, simple tarball or nasty RPM. In early stage of Linux development, Slackware was dominant but RedHat caught up and almost took the place. When I tried the latter first, I gave it up since it was too complicated for me then. I somehow learned the both. If you like “growing” your own Linux, BSD styled ones would be appropriate. If you try for Linux certificates, System V ones would be unavoidable.