CompTIA
LX0-101 · Question #242
LX0-101 Question #242: Real Exam Question with Answer & Explanation
Sign in or unlock LX0-101 to reveal the answer and full explanation for question #242. The question stem and answer options stay visible for context.
Question
You have written a little startup script (/usr/local/bin/startup.sh) that should automatically execute when entering runlevel 3. According to the standards, how can this best be achieved?
Options
- Achmod 700 /usr/local/bin/startup.sh; cp /usr/local/bin/startup.sh /etc/init.d/rc3.d/S99Startup.sh
- Bchmod 700 /usr/local/bin/startup.sh; cd /etc/init.d/rc3.d/; ln -s S99Startup.sh
- Cchmod 700 /usr/local/bin/startup.sh; cd /etc/init.d/rc3.d/; ln -s /usr/local/bin/startup.sh
- Dchmod 700 /usr/local/bin/startup.sh; cd /etc/init.d/rc3.d/; ln -s /usr/local/bin/startup.sh
- Echmod 700 /usr/local/bin/startup.sh; cd /etc/init.d/rc3.d/; ln /usr/local/bin/startup.sh
Unlock LX0-101 to see the answer
You've previewed enough free LX0-101 questions. Unlock LX0-101 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.