General :: Result Of Shell Script Failed In RHCE - Exam

Jan 7, 2010

i've just appeared RHCE exam. i passed RHCT....but got only 36% in rhce part. but i configured all the servers correctly. i wrote shell script of iptables and i successfully run it. i wrote the following scripts....

[Code]...

the result of shell script showed ok when i tested during exam. i didnt know why i failed in rhce..?? is there any problem in the above scripting..?? BTW i checked all the servers and i found ok after rebooting machine.

View 8 Replies


ADVERTISEMENT

General :: RHCE Exam Duration

Mar 12, 2010

I am planning to take up RHCE exam, but i have a doubt about the exam duration does it consist of 2 section where section 1 is for 2.5 hrs and section 2 is for 3 hours (total 5 1/2 hours) or does it consist of single section of 3.5 hours.

View 1 Replies View Related

General :: Set Facilities On Home Pc To Practice RH 133 And RH 253 For RHCE Exam?

Jun 5, 2010

how to set server like facilities on home pc to practice for RH 133 & RH 253 for RHCE exam.

View 3 Replies View Related

General :: How To Revise For RHCE Exam In A Week Time

Feb 5, 2011

i am going to write rhce exam in this month ,i want some tips how to do revision for the same.

View 1 Replies View Related

General :: Realtime Environment To Practice For RHCE (RH302) Exam?

Apr 11, 2010

is there a resource/material that can simulate a RHEL on your personal machine so that one can practice for RH302 exam accurately? I am looking to practice sample questions with some kind of simulation environment where the scenario is similar to the real-time scenario that we can expect in the exam. For instance, the system is already broken with what is mentioned in the question so that I can focus only on solving the problem rather than breaking it first. I am looking for something specific to RHCE exam preparation/practice rather than using a tool like trouble-maker.

View 4 Replies View Related

Ubuntu :: Xorg.conf Broken - KDE And GNOME Failed - Result Of Upgrading Straight From 10.04?

Oct 29, 2010

I was recently watching an avi file, when suddenly, my tower (the computer) got really, really noisy. That's pretty normal when I'm on my Windows side, but very unusual for Ubuntu Linux. I knew something was in the wind then and there. So I exit my Dragon Player to discover that ! gasp ! KDE is down, replaced with the default wallpaper for GNOME, and no bars anywhere. I reset the system only to find that it refuses to boot into either KDE or GNOME. Having been in something similar to this situation before, I decide that Xorg.conf must be broken somehow. In an effort to get to the GUI where I can safely edit it, I try reinstalling KDE and GNOME, which both failed.

So I try installing xdm...which results in only being able to access the login screen for XFCE. Whenever I try to log in using the correct credentials, it simply refreshes the log-in screen.

1. Is this, indeed, the sign of a broken Xorg.conf, or a broken Xserver in general? Or is there something larger that was changed?

2. How do I fix this? (I've already tried using Ubuntu 10.10 64 in rescue mode, but I can't seem to change anything in the system itself.)

3. Is this possibly a result of upgrading straight from 10.04? Is it possible that having both KDE and GNOME contributed to this?

View 1 Replies View Related

General :: OS For Red Hat Exam Preparation

Apr 28, 2011

I am preparing for RHCSA but don't know which OS to use for practice as RHEL 6 is not updatable after 30 day evaluation as expired.

View 7 Replies View Related

General :: Can Use GUI In New RHCT Exam?

Jun 28, 2010

Can any one help me out with some lab work that would help me to prepare for the RHCT. Also does any one know if you can use the GUI in the new RHCT exam?

View 6 Replies View Related

General :: Take Up The Exam In Another 4-5 Months?

Feb 15, 2010

tell me how good Ashgar gori (RHCE) book is for RHCE i have to take up the exam in another 4-5 months.

View 6 Replies View Related

General :: RHCSA Exam In The RHEL6?

Apr 5, 2011

I wanna take the RHCSA exam in RHEL 6. I read exam has 2 parts. And I have some questions about exam.

1. Do they take the exam in one day or 2 days?
2. How many questions come in theoretical part?
3. How many minutes for 1 question?

[code].....

View 7 Replies View Related

General :: What Is The Process To Become A RHCE

Jan 23, 2010

what is the process to become a RHCE and what will be the exam fee for the same in india?

View 1 Replies View Related

General :: What After RHCE Certification?

Mar 27, 2010

What can i do to prepare for job on linux?how can i prepare what should i read i rhce but still need to read more about qmail postfix and all?how get information about it?

View 13 Replies View Related

General :: Get The Rhce Topics In Depth?

Sep 4, 2010

using ubuntu and mint since 2009.i planning to do rhce.. before that i want to know the depthness of rhce topics in detail...

View 1 Replies View Related

General :: How To Prepare For RHCE Certification?

Apr 17, 2010

This is going to be my first post.I am doing RH-033 course. Can anyone tell me how to prepare for RHCE certification exam.

View 5 Replies View Related

General :: Need Rhce Study Material

Feb 20, 2011

I am new to this linux environment. i want to become unix system admin .please suggest me study material .which is best .and tips to remember commands

View 2 Replies View Related

General :: Course On That And Completed The RHCE Certification?

Aug 5, 2010

My question is not related to technical one,

1.I completed my Post Graduation in 2008,after that as of my personal interest on Red Hat, i took course on that and completed the RHCE certification.

2.Now im looking 4 opportunities on Linux Admin,i would like to know the roles played by an Linux Admin in real time scenario,im looking for an System Admin.

3.What i mean to ask is, what type of daily tasks does Linux Admin will do? Let me know the answers if any one know dis.

View 2 Replies View Related

General :: Making Projects On Basis Of RHCE

Aug 14, 2010

I am currently doing RHCE. I want to make projects on basis of this.

View 8 Replies View Related

General :: Where To Find Rhce Dumps Of New Pattern

Aug 27, 2010

wher i wil find rhce dumps of new pattern.

View 3 Replies View Related

General :: RHCT Red Hat Certified Technician Study Guide (Exam RH202)

Feb 4, 2010

I am trying to find a copy of the following book by Michael Jang; RHCT Red Hat Certified Technician Linux Study Guide (Exam RH202)at a reasonable price.

View 2 Replies View Related

General :: Rpm -qa Doesn't Return A Result

Jul 3, 2010

I have an Ubuntu Linux on a VMWare running and I've installed RPM Package Manager. However when I try to query all packages using the rpm -qa command, I don't get any results returned.

View 2 Replies View Related

General :: How To Know If The Command Find Any Result

Oct 21, 2010

#!/bin/shLOOK_FOR="NTLMAuthenticationFilter"for i in `find ./ -name "*jar"`doecho "Looking in $i ..."grepjar -e $LOOK_FOR $idoneI wrote the script above, and try to find if there any file name LOOK_FOR exist in those jar,my quest is: grepjar -e $LOOK_FOR $ihere how can I check if there are any successful result , and output them ?

View 2 Replies View Related

Ubuntu :: Trying To Change Default Shell And Failed?

Jun 9, 2011

i'm pretty new to ubuntu. I was "playing" trying to change my default shell and failed. Now, after logging in, i open a terminal window and type "su". Ubuntu asks me a password, i give my password and i get this error "unable to execture /bin/bsd-csh: file or directory does not exist". Any idea on how to solve this problem restoring my old shell.

View 2 Replies View Related

Software :: Get UBUNTU EXAM DUMBS?

May 11, 2011

how to get UBUNTU LINUX EXAM DUMBS for professional & administrator or help send it to my email add if you have it.

View 3 Replies View Related

General :: Use Command To Open First Search Result With Vi?

Nov 10, 2010

Every time I need to find a file and then open it, I have to use :
find ./ -name **.properties. , then copy the result, and then vi "paste the result here" .
If I need to use a mouse, it can be a little trouble. So is there any better way to do this?

View 6 Replies View Related

General :: Why Does Du -sl Show Different Sizes For Source And Result Of Cp -rl?

Jul 14, 2011

I have used cp -rl to copy a folder. When measuring the size of the source and of the result of the copy du -sl returns slightly different sizes, even though diff confirms that their content are identical.Both folders reside on the same hard drive, no modifications to any of them have been done between the copy and the measure. I found nothing in the documentation of du and cp which could explain the difference.

View 1 Replies View Related

General :: Store Result Of Wc -l Command In Variable?

Apr 19, 2011

I want to store the result of wc -l as a variable so I can use it later in my script...so far unsuccessfully.

I have tried this:

set `echo awk '{ print $1, $6}' | wc -l` | echo $1

but it is far from working.

View 11 Replies View Related

Debian :: Failed Building Gnome-shell On Squeeze?

Mar 27, 2011

when i ran jhbuild build as a normal user, i found below messages before it failed

Code:
Please add the files codeset.m4 gettext.m4 glibc21.m4 iconv.m4 isc-posix.m4 lcmessage.m4
progtest.m4 from the /aclocal directory to your autoconf macro directory
or directly to your aclocal.m4 file.
You will also need config.guess and config.sub, which you can get from
ftp://ftp.gnu.org/pub/gnu/config/.

[Code]...

View 3 Replies View Related

Software :: Test Exam Question From LPI Site

May 14, 2009

From exam sample questions (LPI101) on the LPI site: Which command will show how much free disk space is available in the current directory?

Answers
A) df .
B) df
C) du /
D) du .
E) df /

Do they mean "current filesystem"?

View 12 Replies View Related

General :: CLI Commands To Generate Random Result From Specified List?

Jul 20, 2011

List of 77 lines with the names of movies. For ease, let's say it's in a text file. What I want is a command line argument I can pass that'll read each line and pick one of those 77 lines at random, except I can't figure out how to do this. Is there a program I can just pipe the output of 'cat listofmovies.txt' to?

View 13 Replies View Related

General :: Acpi Result In Hardstatus Line In Screen?

Apr 15, 2011

the command acpi gives me the percentage of battery that my laptop has.I would like to print the result of acpi in the hardstatus line of "screen".

View 5 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved