RHCSA 8 (EX 200) Certification Exam Paper Solution 2021 | Complete Video | Nehra Classes

Поделиться
HTML-код
  • Опубликовано: 19 ноя 2024
  • RHCSA 8 (EX 200) Certification Exam Paper Solution 2021 | Complete Video | Nehra Classes
    *****
    00:10 RHCSA 8 Exam Details
    02:40 First Question Solution
    06:20 Second Question Solution
    08:20 Third Question Solution
    11:12 Forth Question Solution
    *****
    RHCSA 8 Sample Exam Question Paper:
    t.me/NehraClas...
    *****
    Thanks for watching the video. If it helped you then, please do like & share it with others as well. Feel free to post your queries & suggestions in the comment box, we will be happy to answer your queries.
    If you like our hard work then please do subscribe to our channel & turn on the bell notification to get the latest notifications of our video.
    *****
    Join this channel to get access to perks:
    / @nehraclasses
    *****
    My DSLR Camera: amzn.to/36954Ml
    My Boya Microphone: amzn.to/3mZavTS
    My iPhone: amzn.to/3lWa63j
    My Gaming Router: amzn.to/3j3dQON
    My FireStick: amzn.to/345150F
    My Head-Phone: amzn.to/3ie4rDB
    ******
    My Dream Laptop: amzn.to/37j11fp
    My Dream TV: amzn.to/2KR32b4
    My Dream IPhone: amzn.to/36j8oE1
    ******
    Contact Us:
    WhatsApp: bit.ly/2Kpqp5z
    Telegram Channel: t.me/NehraClasses
    Email: nehraclasses@gmail.com
    ******
    Follow Us On Social Media Platforms:
    Twitter: / nehraclasses
    Facebook Page: / nehraclasses
    Instagram: / nehraclasses
    Website: nehraclasseson...
    =======
    ©COPYRIGHT. ALL RIGHTS RESERVED.
    #NehraClasses #LinuxTraining #RHCSA8

Комментарии • 226

  • @NehraClasses
    @NehraClasses  3 года назад +20

    Here, I misread the question number 14. In question number 14 we have to find the files greater than 4 MB in size and copy them to /find/largefiles/ directory not creating a list there in /find directory. Correct Soultion: Here we will first create the directory and then use the find command to find and copy the files there.
    mkdir -p /find/largefiles
    find /etc/ -size +4M -type f -exec cp {} /find/largefiles/ \;
    Then you can verify the files there by using ls -l /find/largefiles command.
    Sorry for the inconvenience. :( Please watch the part 3 on RHCSA 8 Exam video on our channel for the solution of this question. Thank You !!!
    Video link 👇👇
    ruclips.net/video/8X6wSTkrFl0/видео.html

  • @josesolano6171
    @josesolano6171 3 года назад +17

    Thank you for sharing your knowledge, this has been the most useful exam practice, and closest to the real one I have found.

    • @NehraClasses
      @NehraClasses  3 года назад +2

      Thanks a lot 🙏

    • @Innovationlu
      @Innovationlu 2 года назад

      Hi, How close was this practice exam to the real test?

  • @laffoutloud2506
    @laffoutloud2506 Год назад +2

    Hey guys, when you execute 'vagrant up" after waiting 20+ minutes, only the master server2 and repo server got deployed. So i ran the "vagrant up" command again in the PowerShell, waited few more minutes and server was successfully deployed. Nehra is the best!

    • @NehraClasses
      @NehraClasses  Год назад

      Please extend the root filesystem ok repo server

  • @sekkavi
    @sekkavi 3 года назад +4

    Thank you for your help. I’m all done now. THANK YOU !!
    very useful for RHCSA exams

  • @michaelsmith7471
    @michaelsmith7471 2 года назад +2

    This video is great and very helpfull.........thanks Nehra Classes!!!!!

  • @HansinhoComputers
    @HansinhoComputers Год назад +1

    Thanks a lot Sir, Im am an RHCSA Certified!!!!

  • @christopherblanche2753
    @christopherblanche2753 2 года назад +3

    if you use config-manager to add the repos you still need to manually add gpgcheck= to the repo files or you will not be able to install any packages

    • @fredrickmsomba4123
      @fredrickmsomba4123 Год назад

      Thanks for this details i was planneing to use this method today in my exam 😂

  • @munnasarkar6262
    @munnasarkar6262 3 года назад +2

    When interrupt ,two parameters show
    Kernel and rescue.
    Whether passwd can be changed through rescue mode or only through kernel one.

  • @marthasouth5044
    @marthasouth5044 2 года назад +2

    THANK YOU SO MUCH FOR YOUR OUTSTANDING EXPLANATION. I HAVE A FULL OF INFO. LOOKING FORWARD TO TAKE THE EXAM. THANK FOR CLARIFYING Q14 I WAS IN A HESITATING. YOU ARE THE BEST AND KEEP IT UP.

  • @elwynbetzarr1400
    @elwynbetzarr1400 3 года назад +2

    Bro just a correct. To question 14. Copy the files greater than 4mb to another directory.
    You have just listed the search output and copied the search results into a file only.
    Actually we need to copy the files greater than 4mb to the new folder.
    Correct me if I'm wrong.

    • @NehraClasses
      @NehraClasses  3 года назад

      Yes, you are right. Ideally I should have used the cp command after find, but I misread the question.

  • @cesarduran1084
    @cesarduran1084 3 года назад +2

    Thank you for your help. I’m all done now. THANK YOU !!

  • @ronaldo.7422
    @ronaldo.7422 3 года назад +3

    Your method to change the password with rd.break and enforcing=0 does not work without .autorelabel-file in AlmaLinux 8.4. After rebooting the system the new password does not work!
    You have to autorelabel.

  • @nagra11
    @nagra11 2 года назад +1

    Question number 14. there you need to copy files to /find/largefiles/ dir, not to redirect find's output

    • @NehraClasses
      @NehraClasses  2 года назад

      Please check subtitles, already mentioned it there

  • @mjnyc88
    @mjnyc88 2 года назад +3

    thanks much for the tutorial,
    i have quick question that is i dont see you used server2 in any question, so on exam what task do we perform on server2??

    • @NehraClasses
      @NehraClasses  2 года назад

      Two machine are used in this lab so that you can easily configure any server and client both.

  • @GopalPokhrel
    @GopalPokhrel Год назад +3

    thanks for the video. i have a question. Stratis is also thin provisioning volume. can you please mention how can we figure out the question is asking for stratis or Vdo

    • @NehraClasses
      @NehraClasses  Год назад

      please contact us in our telegram group.

  • @sysnethouse682
    @sysnethouse682 3 года назад +4

    Thank you for great and helpful video.
    I have concern about Q.14,
    I think we should use "-exec cp" to copy the files which you found by "find" command.
    Am I right?

    • @NehraClasses
      @NehraClasses  3 года назад +1

      Yes, you are right. I misread the question, correct answer is there in subtitles. Please watch part3 of the solution on our channel.

  • @giangiuz
    @giangiuz Год назад +1

    Thank you for all your videos
    Last week I cleared the exam with success!

  • @hiteshsapra9814
    @hiteshsapra9814 3 года назад +2

    Sir your videos are excellent..... Thanks for sharing knowledge.

  • @MdFaisal-tn1oq
    @MdFaisal-tn1oq 2 года назад +5

    Thank you so much. A great material to prepare for RHCSA! I just want to ask something out of the box, I have been preparing for this exam and My seniors are confusing and discouraging me to go for RHCSA and instead telling me to go for any Cloud certifications. What are your opinions about it? thanks

  • @akshayshirke7118
    @akshayshirke7118 2 года назад +3

    I failed in exam yesterday.
    It was unexpected.
    I browse on internet... Got some tips which I didn't follow.
    1. You need to reboot vm after every questions or some says for network related questions we need to reboot the system...
    (Please explain)
    2. For storage questions(lvm, swap, vdo) I have mentioned the mounting path in /vim/fstab but I didn't reboot the system.
    Is it necessary to reboot the system??

    • @NehraClasses
      @NehraClasses  2 года назад +1

      Yes, you should reboot machine after completing the exam and make sure that all task given in the exam have been successfully implemented. Because when they check the machine to award the marks they reboot it first.

    • @akshayshirke7118
      @akshayshirke7118 2 года назад +1

      @@NehraClasses no need to reboot machine in every questions attempt??

    • @NehraClasses
      @NehraClasses  2 года назад +1

      Yes no need, you can do it at the end

  • @shubhamsisodiya1191
    @shubhamsisodiya1191 2 года назад +1

    Thanks for uploading and your hard work behind this video

  • @nishithvyas
    @nishithvyas Год назад +1

    Please Note,
    Just executing dnf-config-manager --add-repo isn't sufficient in RHCSA V8 Exam.
    I did the same & it was showing both repos are enabled. However, if you try to install something from that YUM Repo, it doesn't work..!!!
    Don't know what went wrong because I had to download all RPMs individually from that URL that includes,
    autofs
    vdo
    chronyd
    many more...
    Also, need to understand one thing. What kind of permission needs to be set for SELinux? Enforcing or Permissive? There was no clear instruction mentioned in the exam whether we need to set as permissive or enforcing.
    As the REPO didn't function, I was unable to perform any container practical....!!!
    Please Guide...

    • @NehraClasses
      @NehraClasses  Год назад

      After running dnf-config-manager command, we can do correections manully in the repo files if required. SELinux must be enforcing, clearly mention in RHCSA syllabus.

  • @cesarduran1084
    @cesarduran1084 3 года назад +2

    Great video on setting up Vagrant. Question, I have ‘server2” installed, but taking loooong time for the other server download. My Local Disk shows 135 FreeSpace. I wonder if this is enough? I have all other requirements i5…etc.

    • @NehraClasses
      @NehraClasses  3 года назад +1

      It's a bug in vagrant, you have to login into repo server as root and extend the root filesystem there as it is full. Ideally you should extend it by 20 GB. After that run vagrant up again on power shell and it will be done. If you face any issues ping me on whatsapp at +91-9410219232

  • @manavmangukiya7925
    @manavmangukiya7925 3 года назад +1

    very good solution by nehra clasees

  • @iwangunawan4920
    @iwangunawan4920 3 года назад +1

    when you create chmod g+s /Indian/ (with / at the end) and g+s /UK (without / at the end) it will make same result or different

  • @Amar_Mahalankar
    @Amar_Mahalankar 2 года назад +1

    Today m RHCSA 8 certified administrator thank you sir 😊

    • @NehraClasses
      @NehraClasses  2 года назад

      Congratulations, please contact me on whatsapp at 9410219232

    • @mchirguiyasmine9174
      @mchirguiyasmine9174 2 года назад

      this is the same exam ?

    • @Innovationlu
      @Innovationlu 2 года назад

      Hi, How close was this practice exam to the real test?

  • @thelearner761
    @thelearner761 3 года назад

    Thank You; please do a session for Red Hat remote exam setup, general guidelines, dos and dont's, common mistakes etc....will be a great help...

  • @marnowak02
    @marnowak02 2 года назад +1

    in task 2. do we need add gpgcheck=0 ??

  • @d2v1d60
    @d2v1d60 2 года назад +2

    Hello, can I use "nmtui" command to configure network in exam? Or it must be "nmcli" for network optios? And if you can make changes (+ipv4.addresses) in active interface you should take a command "nmcli conn up eth1" to make changes. You didn´t use it...
    Thanks for answer.

  • @cesarduran1084
    @cesarduran1084 3 года назад +2

    I’ve loaded Vagrant, per the GITHUB details. But, I’m not sure of my next steps. Is there a video, or document listing step-by-steps ?

    • @NehraClasses
      @NehraClasses  3 года назад

      Yes, here it is:
      ruclips.net/video/kwiQyrLPoQk/видео.html

  • @fuzzman2000
    @fuzzman2000 Год назад

    hi. I'm unable to download the questions. When I click the link in the video details, it directs to telegraph. When I click the pdf link in telegraph, it opens the same telegraph page in a new tab but will not let me download the question paper.

  • @KUMBAM
    @KUMBAM 2 года назад +1

    Thank you for sharing dear Nehra

  • @xincarceratedx
    @xincarceratedx 2 года назад +1

    the vagrant up command yields errors and doesn't complete; it only bring sup server2 and possibly incomplete

  • @krassavcik9682
    @krassavcik9682 Год назад

    Hello sir. How did you know eth1 is currently interface of server1 ?

  • @marcimixpl
    @marcimixpl 2 года назад +1

    So great! Thank you!

  • @MuhammadMahirQ8
    @MuhammadMahirQ8 2 года назад +2

    Sir can you make your playlist available for free, since you already have 10k subs. I love your videos and preparing for RHCSA from you. Thanks in Advance

  • @shubhambeerh7194
    @shubhambeerh7194 2 года назад

    I wanted to extend file system through root for repo server. However, when I'm trying to break the root password for repo server it is going directly to emergency mode.

  • @MatteoMagri
    @MatteoMagri 3 года назад +1

    I am doing exercises using the "rhcsa8env" environment on Windows. Too bad it generated for server1 only the main 32Gb disk with 2 partitions (1 boot the other in LVM with root and swap) and without other useful space for exercises

    • @NehraClasses
      @NehraClasses  3 года назад

      It's a bug in Vagrant, kindly increase root filesystem by 30 gb on repo server and run vagrant up again.

    • @MatteoMagri
      @MatteoMagri 3 года назад

      @@NehraClasses you mean server1 not repo server ?! I do exercises over server1

  • @hussainabdulmateenwasif5289
    @hussainabdulmateenwasif5289 2 года назад +1

    Great expiation apricate your work

  • @rajeshkrsinghsingh1276
    @rajeshkrsinghsingh1276 5 месяцев назад +1

    Sir can you plz upload more video like this,

    • @NehraClasses
      @NehraClasses  5 месяцев назад

      there are several videos already uploaded.

  • @fayisrahman9900
    @fayisrahman9900 3 года назад +1

    How can I perform practice lab using red hat Aws ec2 instance

    • @NehraClasses
      @NehraClasses  3 года назад +1

      create three machines, 2 servers & 1 repo server in the same network.

  • @krassavcik9682
    @krassavcik9682 Год назад +1

    Is this exam questions or your designated questions? Thanks for explaining!

  • @abdulmalikaljamal3827
    @abdulmalikaljamal3827 2 года назад +1

    Great great, thanks a lot

    • @Innovationlu
      @Innovationlu 2 года назад

      Hi, How close was this practice exam to the real test?

  • @sazzsujan9947
    @sazzsujan9947 3 года назад +2

    Thanks for the video. Not sure why there is no question regarding containers and stratis?

    • @NehraClasses
      @NehraClasses  3 года назад

      Good question! but this is a sample question paper. We have provided many actual papers in our telegram channel alsongwith solutions. You can join our channel membership if you want to get more benefits. Thanks

    • @anggaraxd
      @anggaraxd 3 года назад +1

      @@NehraClasses how to join telegram channel

    • @NehraClasses
      @NehraClasses  3 года назад +1

      t.me/NehraClasses

    • @sazzsujan9947
      @sazzsujan9947 2 года назад

      can you please advise how to join to the Telegram group

  • @DOUMIBRA
    @DOUMIBRA 2 года назад +1

    Hey Nehra,
    I just scheduled my RHCSA Exam from Houston on Dec. 20th 2021 for @(24 hour clock).
    Please, what is the corresponding time for Houston?
    I know that Houston time is GMT-6. Is that mean @ - 6 which is @(Houston)? or just @ Houston?
    I need clarification!

    • @NehraClasses
      @NehraClasses  2 года назад

      Please contact us in our telegram channel.

  • @devinaveen7568
    @devinaveen7568 3 года назад +1

    Sir after creating a repo files, when I execute a command " dnf repolist all", repositories should be enabled but it is showing disabled only, how to enable

    • @NehraClasses
      @NehraClasses  3 года назад

      did you see any error while installing machines using vagrant.

  • @carolinamontero8189
    @carolinamontero8189 2 года назад +1

    If our sysclock is not synchronized, how we can synchronized it?

  • @shaikmudassir7363
    @shaikmudassir7363 2 года назад

    hi, this is old model paper exam preparation, do u have any latest model papers for RHCSA EX 200?

  • @RachitSaki
    @RachitSaki 2 года назад +1

    Hi Sir,
    Can you also make a video of how to setup our home computer for online Redhat exam ?

  • @das1992
    @das1992 4 месяца назад +1

    Can you show how to configure a local repo with a dvd iso?

    • @NehraClasses
      @NehraClasses  4 месяца назад

      Video already available

    • @das1992
      @das1992 4 месяца назад

      @@NehraClasses Can you provide a link? In this same video, at 8:28, the repo is from http link not iso. Please share the video link here if you already have one uploaded for configuring a repo using a dvd image/iso. Thank You.

  • @susmitasen9
    @susmitasen9 3 года назад +1

    Thank you so much

  • @elikelik3574
    @elikelik3574 2 года назад +1

    Hi. Can you explain why did u use VDO for Thinprovisining? Stratis doesn't make Thinprovisining?

    • @NehraClasses
      @NehraClasses  2 года назад +1

      Vdo, LVM & stratis all of these can be used as thin provisioning filesystems. But all of them are different and used for different purpose.

    • @elikelik3574
      @elikelik3574 2 года назад +1

      @@NehraClasses So if i use stratis for thin provisining will be ok? By the way can u share gitlab link or any source from where i can try this lab? Thaks a lot for such content. Respect ✌️

    • @NehraClasses
      @NehraClasses  2 года назад +1

      @@elikelik3574 yes, you can if it is not exclusively mentioned in question to use any one.
      You can create lab in ur PC using vagrant as I shown in video.

    • @elikelik3574
      @elikelik3574 2 года назад +1

      @@NehraClasses But where i can get soure code ? I must do vargan up and it should install it.

    • @NehraClasses
      @NehraClasses  2 года назад +1

      @@elikelik3574 please follow my video tutorial and check video description

  • @devinaveen7568
    @devinaveen7568 3 года назад

    Sir in the 3rd question for u in the beginning itself : the clock synchronised was "yes" only, but for me it is "no", after executing the command also it is not changing from "no" to "yes"

    • @NehraClasses
      @NehraClasses  3 года назад

      Did u install both the machines successfully using vagrant?

  • @himaniverma4877
    @himaniverma4877 2 года назад +1

    Sir very nice videos, one query few questions you have performed on server1 or few questions on server2 but in exam how would i know that which questions are need to perform on which servers or same exercise we have to perform on both the server. Please clarify this.

    • @NehraClasses
      @NehraClasses  2 года назад

      90% of the questions can be performed on single machine, other machine is used hardly in one or two questions.

    • @himaniverma4877
      @himaniverma4877 2 года назад

      @@NehraClasses Thank you sir..

    • @Innovationlu
      @Innovationlu 2 года назад

      Hi, How close was this practice exam to the real test?

  • @DeepakKumar-zv4sh
    @DeepakKumar-zv4sh 3 года назад +2

    some says its 20 or some says 30 plz tell me

  • @ektourist
    @ektourist 2 года назад

    question no. 7 set target muti-user.target set krte h jb exam m aase humne set kr diya or reboot kiya to vo login mode mutli-user.target ho jayega or phir aage ke questions hme ise target pr solve krne hoge .... aasa nhi ho sakta ki ye wala question hum last m kre...

  • @Gamma_Wale
    @Gamma_Wale 2 года назад

    in RHEL9 When interrupt ,two parameters show
    Kernel and rescue.
    Whether passwd can be changed through rescue mode or only through kernel one

    • @matoatlantis
      @matoatlantis Год назад

      Either. In rescue mode you can mount your root partition (or whatever your root is on), chroot to that and change the password.

  • @ImranHossain-es1qu
    @ImranHossain-es1qu 2 года назад +1

    Thanks Sir

  • @munirawan3609
    @munirawan3609 3 года назад +2

    So what's the marks distribution for paper?
    And the link to test paper is not working.
    One last thing, can you share the solution for running container as a service?

    • @NehraClasses
      @NehraClasses  3 года назад

      It's there in our telegram channel

    • @munirawan3609
      @munirawan3609 3 года назад

      I'm facing issue on containers question, when I reboot the VM, service status becomes unavailable.

    • @NehraClasses
      @NehraClasses  3 года назад

      If you want to learn rhcsa 8 or support from us you are requested to join our platinum member.

  • @anthonyetienne9416
    @anthonyetienne9416 2 года назад +1

    Hello, how does one gain access to the practice exam environment?

    • @NehraClasses
      @NehraClasses  2 года назад +1

      Please watch rhcsa lab setup video

  • @maheshbhosle2866
    @maheshbhosle2866 3 года назад +1

    Please make a video on ex294 exam that would be great. 👍

  • @addyrhce
    @addyrhce 2 года назад +1

    sir why
    you have asked to remove rhgb quiet in first question, I think it doesnt make any difference, please comment.

    • @NehraClasses
      @NehraClasses  2 года назад +1

      The rd.break setting instructs the boot process to stop at a specific point during the initramfs process. This is a point where just the main core filesystem has been mounted, but none of the other filesystems have been mounted.
      Tip: also good idea to remove the “rhgb quiet” flags from the grub parameter list so that you can monitor what is happening.
      Then do “ctrl+x” (as prompted on the screen), to resume the boot process with the modified grub parameter input.

    • @mernypierre4443
      @mernypierre4443 9 месяцев назад

      @@NehraClasses After modifying it, it takes me to the server 1 login screen instead of the emergency mode login

  • @aashishvermaverma6040
    @aashishvermaverma6040 Год назад +1

    Nice video 👍🙏

  • @fredyslounam
    @fredyslounam 2 года назад +1

    Hello, how many questions does the certification exam include?

  • @Kidsworld7-j2d
    @Kidsworld7-j2d Год назад +1

    "Service failed to restart due to exit code error" how to resolve this issue?

    • @NehraClasses
      @NehraClasses  Год назад

      please contact us in our telegram group.

  • @kendall182
    @kendall182 3 года назад +2

    Hi, thank for you video. I Wonder if you will thing add the New objetives as like podman, buildah and scopeo? Regards

    • @NehraClasses
      @NehraClasses  3 года назад +1

      Soon I will upload the new video.

  • @ispaul69
    @ispaul69 3 года назад +1

    You are really good

  • @thelearner761
    @thelearner761 3 года назад +1

    question 11, suppose if its formatted with vfat file system, then how can we run the command xfs_growfs?

    • @NehraClasses
      @NehraClasses  3 года назад

      It case of other filesystems on lvm we can use resize2fs command. You are requested to watch our filesystem video for the same.

    • @thelearner761
      @thelearner761 3 года назад

      @@NehraClasses OK.. Thank You!

  • @ektourist
    @ektourist 2 года назад

    due to server problem i couldn't buy membership 159 per months . i have to face exam with in 2 week 13th july . if you provide me best soluation for exam . i will be able to crack exam.. do you have another process to join membership.. i want to join this for examination perpose.

  • @mustafaraddad9183
    @mustafaraddad9183 2 года назад +1

    Hello, is this exam practice still valid now? I need the fastest way to get the exam ASAP

    • @NehraClasses
      @NehraClasses  2 года назад

      yes, you can appear in either rhcsa 8 or rhcsa 9

  • @yogeshwaranify
    @yogeshwaranify 3 года назад +1

    Really very useful sir

  • @yadvinderjaj
    @yadvinderjaj 3 года назад +1

    hello sir , I wanna attempt the exam this month these 20 questions are sufficient to attempt the exam RHCSA

    • @NehraClasses
      @NehraClasses  3 года назад

      No, you should have indepth knowledge. You can contact us on WhatsApp at +91-9410219232

  • @nandakumar621
    @nandakumar621 2 года назад +1

    Nehra sir always hero🥳🙏🌹

  • @ericbrsp
    @ericbrsp 3 года назад +2

    are the questions the same as for the official exam? Tks!!

  • @vaibhavthakur3230
    @vaibhavthakur3230 2 года назад

    Sir, can you provide us the same for RHEL9

  • @win30034
    @win30034 3 года назад +1

    Hello sir have you done a video on container-podman?

    • @NehraClasses
      @NehraClasses  3 года назад +1

      Yes, here it is:
      ruclips.net/video/rzPIwLtJyT8/видео.html

    • @win30034
      @win30034 3 года назад

      Thanks.I was thinking as it relates to podman.for the exam.

  • @syrilthomas6400
    @syrilthomas6400 2 года назад +1

    Good

  • @sathishpandu4625
    @sathishpandu4625 2 года назад +1

    Where to find baseos and appstream urls

  • @RajuS-se9nt
    @RajuS-se9nt 2 года назад

    Hi,
    Mobaxterm which version can we download it

  • @mustafaraddad9183
    @mustafaraddad9183 2 года назад

    hello I am getting the below error at t he first question
    mount /sysroot can't find in /etc/fstab

  • @bigjoe3549
    @bigjoe3549 3 года назад +1

    as far as i know now they test on the container (podman) ,and rhcsa don't have to do scripting.

    • @NehraClasses
      @NehraClasses  3 года назад

      Basic scripting is there in the syllabus

    • @bigjoe3549
      @bigjoe3549 3 года назад +1

      @@NehraClasses can I ask total 300 need 210 to pass. How many mistakes can I afford to pass ?

    • @NehraClasses
      @NehraClasses  3 года назад

      4 to 5

    • @biswaranjanray7830
      @biswaranjanray7830 3 года назад +1

      @@NehraClasses Will the real exam (new version) have questions on container and scripting ?

    • @bigjoe3549
      @bigjoe3549 3 года назад

      @@biswaranjanray7830 same question, can you make a tut for container Mr Nehra.

  • @muhammadabbashussain
    @muhammadabbashussain 3 года назад +1

    Waiting Sir.

  • @concuelaabbey7097
    @concuelaabbey7097 2 года назад +1

    How do you copy from widow to the server please

    • @NehraClasses
      @NehraClasses  2 года назад

      Right click

    • @kagisosepato8885
      @kagisosepato8885 2 года назад

      If you are using virtualbox, go to settings, general, advanced and set bidirectional on both shared clipboard & drag N drop

  • @munnasarkar6262
    @munnasarkar6262 3 года назад +1

    Hi
    rd.break enforcing=0 This command is applicable only in rhel 8 or in Centos 8 also will work

    • @NehraClasses
      @NehraClasses  3 года назад

      It will work in both.

    • @sachinjagdale728
      @sachinjagdale728 3 года назад +1

      @@NehraClasses but sir its mentioned that selinux & firewalld should be running then how can we use enforcing=0 ?

    • @NehraClasses
      @NehraClasses  3 года назад +1

      We are not permanently disabling SELinux

    • @kagisosepato8885
      @kagisosepato8885 2 года назад

      @@NehraClasses After breaking the root password, the new password works but after another reboot no password works even for vagrant user. So i have to crack the password each time the system boots

    • @kamchuuiman2792
      @kamchuuiman2792 2 года назад

      @@kagisosepato8885
      # mount -o remount,rw /sysroot
      # chroot /sysroot
      # passwd
      # touch /.autorelabel
      # exit
      # exit

  • @cvaraj7723
    @cvaraj7723 2 года назад

    Hi sir can you please upload latest rhcsa(rhel8) questions.....

    • @NehraClasses
      @NehraClasses  2 года назад

      already uploaded on drive for members.

  • @arnoldmagadia905
    @arnoldmagadia905 2 года назад +1

    How to get the sample question can we download it?

    • @NehraClasses
      @NehraClasses  2 года назад

      You can get it from our telegram channel

  • @techiejon
    @techiejon 2 года назад

    It was not clear that i had to install the telegram app in order to download that pdf file

  • @eddieyu1569
    @eddieyu1569 2 года назад +1

    Hi mate, are these questions the latest ones?

  • @kumarvikram3090
    @kumarvikram3090 Год назад

    Any starting batch of rcsa exam preparation?

    • @NehraClasses
      @NehraClasses  Год назад

      no, playlist is available on our channel.

  • @Awwe12675
    @Awwe12675 2 года назад +1

    Clear = Ctrl + l

  • @nielsgadzekpo1007
    @nielsgadzekpo1007 3 года назад +1

    Great video
    But content does not cover containers and storage

    • @NehraClasses
      @NehraClasses  3 года назад

      This is RHCSA

    • @nielsgadzekpo1007
      @nielsgadzekpo1007 3 года назад +1

      @@NehraClasses yes
      I know the new exam objectives have containers and advance storage
      Just want to know whether you have videos on containers and stratisd

    • @NehraClasses
      @NehraClasses  3 года назад +1

      Videos already uploaded on containers and startis

    • @nielsgadzekpo1007
      @nielsgadzekpo1007 3 года назад +1

      @@NehraClasses thank you

  • @kundankrisnavanshi6793
    @kundankrisnavanshi6793 2 года назад +1

    Dnf not working sir..pls guide

    • @NehraClasses
      @NehraClasses  2 года назад

      It works on RHEL 8, please provide us error screenshot in telegram

  • @DeepakKumar-zv4sh
    @DeepakKumar-zv4sh 3 года назад +1

    sir how many questions comes in the rhcsa exam?

  • @luvk421
    @luvk421 2 года назад +1

    How many exam do they take?

    • @NehraClasses
      @NehraClasses  2 года назад

      Only one for RHCSA which is EX200

  • @fazalsayed7919
    @fazalsayed7919 3 года назад +1

    Sir please make more vedio

  • @Naveennani-fc1im
    @Naveennani-fc1im 2 года назад +1

    #nehraclasses , can u provide latest EX200 exam questions and answers,

    • @NehraClasses
      @NehraClasses  2 года назад

      It's already available in our telegram channel

    • @ektourist
      @ektourist 2 года назад

      @@NehraClasses where

  • @gregorkokalj9326
    @gregorkokalj9326 Год назад

    vdo create is not available in rhel9 is it? U need to create a lvm -type vdo instead correct?

    • @NehraClasses
      @NehraClasses  Год назад

      Yes, in rhel 9 vdo is not available

    • @gregorkokalj9326
      @gregorkokalj9326 Год назад

      @@NehraClasses thanks. Just to be sure, why are you creating a vdo instead of a thin provisioned disk like with thin pools and lvcreate?

    • @NehraClasses
      @NehraClasses  Год назад

      Because this is the solution paper of RHCSA 8 exam not 9, in rhel 8 video is supported.

    • @gregorkokalj9326
      @gregorkokalj9326 Год назад

      Yes but is a vdo lv same as thin provisioned lv?
      U can create both vdo and thin provisioned volume with lvcreate. Many thanks, really awesome videos

  • @ishansingh2495
    @ishansingh2495 Год назад +1

    Sir fees of this certification

    • @NehraClasses
      @NehraClasses  Год назад

      Redhat fee in India is Rs. 16500 + 18% GST

  • @ektourist
    @ektourist 2 года назад +1

    exam timing 2.5 hours ki hai kya

  • @anggaraxd
    @anggaraxd 3 года назад +1

    the repo is disabled sir

    • @NehraClasses
      @NehraClasses  3 года назад

      Please use commands which I shown.