Mastering Linux Interviews: Top 15 Scenario-Based Questions & Answers | Linux Scenario Interview

แชร์
ฝัง
  • เผยแพร่เมื่อ 20 ธ.ค. 2024

ความคิดเห็น • 29

  • @DarkKnightNoir
    @DarkKnightNoir 5 หลายเดือนก่อน +5

    Well-curated scenario-based questions and brief interview-style answers without getting into too much detail. Exactly what I needed to brush up on my concepts before an interview.

    • @DGRUploads
      @DGRUploads  5 หลายเดือนก่อน

      Thank you soo much and appreciate all the feedback. Happy that i could help you in some way.

  • @kourygg8738
    @kourygg8738 13 วันที่ผ่านมา +1

    Nice content as a Linux enthusiast trying to land my first job as a Linux Sysadmin this was really helpful, also l knew most of the answer ando in some of them made me get a better understanding.

    • @DGRUploads
      @DGRUploads  9 วันที่ผ่านมา

      Thank you for the feedback! I'm happy to hear the content is helping you on your Linux journey.

  • @yogendrasinghrathore7229
    @yogendrasinghrathore7229 26 วันที่ผ่านมา +1

    Very helpful ... Such videos must reach to larger audience. Thanks for the helpful content !!

    • @DGRUploads
      @DGRUploads  19 วันที่ผ่านมา +1

      Thank you so much! I'm glad you found it helpful. Appreciate the feedback.

  • @NonPressure
    @NonPressure 5 หลายเดือนก่อน +4

    This is so well presented and easy to remember - pls make more videos like this

    • @DGRUploads
      @DGRUploads  5 หลายเดือนก่อน +1

      Thank you soo much and appreciate the feedback. Glad that you like the content. Yes, i will work on making more videos.

  • @kenseyauguste4180
    @kenseyauguste4180 2 หลายเดือนก่อน +2

    Very useful information here! Thank you

    • @DGRUploads
      @DGRUploads  2 หลายเดือนก่อน

      Thank you soo much and appreciate the feedback. Glad that you find the information useful.

  • @Dubiouscyclist
    @Dubiouscyclist 2 หลายเดือนก่อน +1

    Great content Sir! Clear and concise, just the way it's supposed to be. Thank you.

    • @DGRUploads
      @DGRUploads  2 หลายเดือนก่อน

      Thank you soo much and appreciate the feedback. Glad that you like it👍

  • @tabrezahmad9295
    @tabrezahmad9295 หลายเดือนก่อน +1

    Randomly came now loved it one small request pls make a video on Multipathing Nic Binding and Satelite Patching

    • @DGRUploads
      @DGRUploads  หลายเดือนก่อน

      Thanks for the suggestion! It's a great topic for a future video.

  • @tranghuynh7329
    @tranghuynh7329 5 หลายเดือนก่อน +2

    Great video! Very practical use cases.

    • @DGRUploads
      @DGRUploads  5 หลายเดือนก่อน

      Thank you soo much and appreciate the feedback. Glad that you like the content.

  • @kumarteja5564
    @kumarteja5564 6 หลายเดือนก่อน +1

    At 16:45 - grep -v PID will return everything except the PID as thats the behaviour of -v option. I think it should be just grep PID?

    • @DGRUploads
      @DGRUploads  6 หลายเดือนก่อน

      Thank you for the query. I can confirm that the command is working as expected. I have tested it on my machine and it gives the right output.
      Example output from the command :
      ubuntu@ip-172-31-29-161:~$ ps -u ubuntu | grep -v PID | awk '{print $1}'
      46382
      46383
      46492
      46526
      47531
      47532
      47737
      47738
      47768
      47769
      47770

    • @joepaulwilson9670
      @joepaulwilson9670 2 หลายเดือนก่อน +1

      grep -v will to exclude the line that contains PID (the header of the ps output) so that with print $1 it will only print the PIDs numbers not the headers(ie, it will exclude this header line PID TTY TIME CMD)

  • @yogeshwaranify
    @yogeshwaranify หลายเดือนก่อน +1

    Fantastic

    • @DGRUploads
      @DGRUploads  29 วันที่ผ่านมา

      Thank you so much 😀

  • @syedaquib1082
    @syedaquib1082 3 หลายเดือนก่อน

    good and detailed information👍

    • @DGRUploads
      @DGRUploads  3 หลายเดือนก่อน

      Thank you soo much and appreciate the feedback. Glad that you like the content.

  • @soumyadipchatterjee2267
    @soumyadipchatterjee2267 6 หลายเดือนก่อน +2

    Excellent video . Why the like count is soo less 😮🤔

    • @DGRUploads
      @DGRUploads  6 หลายเดือนก่อน

      Thank you soo much for the feedback. Appreciate it.

    • @NonPressure
      @NonPressure 5 หลายเดือนก่อน

      It's only one month old that's why.

  • @asifhu4091
    @asifhu4091 4 หลายเดือนก่อน +1

    Troubleshooting issues in linux

    • @DGRUploads
      @DGRUploads  3 หลายเดือนก่อน

      Thank you for the feedback. Will work on it