LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General > Linux - Certification
User Name
Password
Linux - Certification This forum is for the discussion of all topics relating to Linux certification.

Notices


Reply
  Search this Thread
Old 03-04-2014, 07:57 PM   #1
Nbiser
Member
 
Registered: Oct 2012
Location: Maryland
Distribution: Fedora, Slackware, Debian, Ubuntu, Knoppix, Helix,
Posts: 302
Blog Entries: 7

Rep: Reputation: 44
Options on Tests


Hi all!

I have been studying for Linux+ or an LPI cert and I took a practice test, after which I noticed that I had missed most of the ones that involved options for commands. I have been studying commands and some of the more important options, but I thought that it was impossible to memorize all of the options for all of the commands. Which ones should or shouldn't I memorize?

Thanks,
Nbiser
 
Old 03-05-2014, 09:57 AM   #2
jamison20000e
Senior Member
 
Registered: Nov 2005
Location: ...uncanny valley... infinity\1975; (randomly born:) Milwaukee, WI, US( + travel,) Earth&Mars (I wish,) END BORDER$!◣◢┌∩┐ Fe26-E,e...
Distribution: any GPL that work on freest-HW; has been KDE, CLI, Novena-SBC but open.. http://goo.gl/NqgqJx &c ;-)
Posts: 4,888
Blog Entries: 2

Rep: Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567
Hi. "You should be able to perform maintenance tasks with the command line, install & configure a workstation and be able to configure a basic network." I would say search and do things like: "Linux how to network command line," "what to study for Linux Certifications" and so on plus wait for the Gurus they will know way more than me. Could also make this your desktop or terminals background if in a GUI. Best wishes and have fun.

Last edited by jamison20000e; 03-05-2014 at 10:23 AM.
 
Old 03-05-2014, 10:22 AM   #3
Nbiser
Member
 
Registered: Oct 2012
Location: Maryland
Distribution: Fedora, Slackware, Debian, Ubuntu, Knoppix, Helix,
Posts: 302

Original Poster
Blog Entries: 7

Rep: Reputation: 44
Quote:
Originally Posted by jamison20000e View Post
Hi. "You should be able to perform maintenance tasks with the command line, install & configure a workstation and be able to configure a basic network." I would say search and do things like: "Linux how to network command line," "what to study for Linux Certifications" and so on plus wait for the Gurus they will know way more than me. Could also make this your desktop or terminals background if in a GUI. Best wishes and have fun.
Thanks for the links.

Nbiser
 
Old 03-05-2014, 10:45 AM   #4
sundialsvcs
LQ Guru
 
Registered: Feb 2004
Location: SE Tennessee, USA
Distribution: Gentoo, LFS
Posts: 10,691
Blog Entries: 4

Rep: Reputation: 3947Reputation: 3947Reputation: 3947Reputation: 3947Reputation: 3947Reputation: 3947Reputation: 3947Reputation: 3947Reputation: 3947Reputation: 3947Reputation: 3947
Absolutely true: set up some kind of situation (say, using a virtual machine ...) where you can actually do what these exercises describe. Concoct the most realistic scenario that you can dream-up. Then, have at it.

Set up a virtual machine to a "stock, starting" configuration, then save it so that you can restore it at any future time. Then, dive into each scenario and try to get your hands dirty.

Remember ... this is "adult continuing-education," not "school." If you're a recent grad from high school or University, you're entirely accustomed to "learning how to 'pass the test,' then <<toilet_flushing.wav>>." But if you do that, you're missing both the opportunity and the entire point. The purpose of this kind of continuing-ed is to acquire practical, boots-on-the-ground skills, including very much the ability to correctly assess a situation and to pull out the proper set of tools from your goodie-bag to deal with it. "You can't learn to swim by sitting by the side of the pool, reading a book." You have to get into the pool ... starting, of course, at the shallow end.
 
1 members found this post helpful.
Old 03-05-2014, 11:02 AM   #5
Nbiser
Member
 
Registered: Oct 2012
Location: Maryland
Distribution: Fedora, Slackware, Debian, Ubuntu, Knoppix, Helix,
Posts: 302

Original Poster
Blog Entries: 7

Rep: Reputation: 44
Quote:
Originally Posted by sundialsvcs View Post
Absolutely true: set up some kind of situation (say, using a virtual machine ...) where you can actually do what these exercises describe. Concoct the most realistic scenario that you can dream-up. Then, have at it.

Set up a virtual machine to a "stock, starting" configuration, then save it so that you can restore it at any future time. Then, dive into each scenario and try to get your hands dirty.

Remember ... this is "adult continuing-education," not "school." If you're a recent grad from high school or University, you're entirely accustomed to "learning how to 'pass the test,' then <<toilet_flushing.wav>>." But if you do that, you're missing both the opportunity and the entire point. The purpose of this kind of continuing-ed is to acquire practical, boots-on-the-ground skills, including very much the ability to correctly assess a situation and to pull out the proper set of tools from your goodie-bag to deal with it. "You can't learn to swim by sitting by the side of the pool, reading a book." You have to get into the pool ... starting, of course, at the shallow end.
I have been doing some practical things on virutal machines. My main concern is how, even if I'm doing practical things on VMs, to store all of those hundreds of command options in my memory?

Thanks!
Nbiser
 
Old 06-25-2014, 02:35 PM   #6
notsure
Member
 
Registered: Jun 2012
Location: Detroit
Distribution: Arch x86_64
Posts: 112

Rep: Reputation: 10
Quote:
Which of the following will print lines that do not begin with # in the file?

a) grep ^# file
b) grep -v ^# file
c) grep #$ file
d) grep -v #$ foobar

a)finds lines beginning with #
b)not sure what -v does
c)finds lines that end with # - but I think it will error out
d)not sure what -v does - but I think it will error out

answer: b
I ended up guessing this one correctly through process of elimination as it was multiple choice.

But ya, this had me thinking about how many command options I need to remember.
 
Old 08-18-2014, 09:35 AM   #7
Root7
LQ Newbie
 
Registered: Aug 2014
Posts: 2

Rep: Reputation: Disabled
Smile Red hat exam 200

Hi all just want to know is the red hat exam 200 only multiple choice thanks
 
  


Reply

Tags
certification, lpi



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Default Java Options vs. Tomcat6 Options Orangutanklaus Linux - Software 2 05-09-2013 09:38 AM
Proper make options and gcc options for my particular processor CyclicFlux Linux - General 1 08-17-2012 07:49 PM
How do I delete KDE options without deleting Dolphin's options? Mr. Alex Linux - Software 1 10-27-2011 06:06 AM
[SOLVED] modifying stream id of ip options Error options (unknown 136) MegaMindd Programming 0 06-07-2011 09:17 AM
Kernel 2.6.2 options question - LOCKED options ? tvojvodi Linux - General 0 02-17-2004 04:23 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - General > Linux - Certification

All times are GMT -5. The time now is 11:17 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration