Do you have like these questions with you? -> Say there are 500VM, how do you check health of all 500VM without ping cmd? -> How do you see number of open files without using lsof cmd?
ping can't check the VM health status, you can use VMWare tools to check the VM health status or you can use Monitoring tools to check 500 VM health status. lsof is only the command to see the open files, i do not know without the command how to check open files.
Hi Ravi, This is jai, Thank you very much for your efforts and videos which is helpful for up comers. I am also a one of the student of Sagar sir Coss. Your videos are very nice. Can you post L2 interview question please.
Take the backup before upgrade and upgrade nothing required as prerequisites however if you have applications running on that server you have verify that application will support new version of kernel.
Hi... what are the possible causes when a user failed to login into a Linux system (physical/remote console); despite providing proper credentials? Kindly do one video on this scenario I hope this is very helpful for technical interview otherwise kindly share about this scenario video if you've....
Linux Interview questions and answers playlist
th-cam.com/video/c_b_08dWhFk/w-d-xo.html
Excellent video, which helps level 1 administrators to get job.
Thanks
Thanks a lot for lessons, it means a lot to my Linux journey, God bless you.
You are welcome!
Great sir
Cool...and thanks. Post more Linux L1 interview questions please.... Like realtime scenarios....👍
Sure will make few more i have around 200 Questions and answers for the same.
Plz send interview total question of linux
Scenario based interview questions related to disk storage
Okay, Will do one video on it.
sir you also provide mock interviews ?
Please take a session of interview questions regarding with
"user administration ,, lvm"
Okay will add them into playlist.
Do you have like these questions with you?
-> Say there are 500VM, how do you check health of all 500VM without ping cmd?
-> How do you see number of open files without using lsof cmd?
ping can't check the VM health status, you can use VMWare tools to check the VM health status or you can use Monitoring tools to check 500 VM health status.
lsof is only the command to see the open files, i do not know without the command how to check open files.
Please prepare detailed video on LAMP stack
th-cam.com/video/cyylA0Yfn2o/w-d-xo.html LAMP stack video
@@TechArkit thanks , but I want in depth study for LAMP ....please if you can create such video or share with me some course material
Anna trouble shooting issues video cheya di
I made some th-cam.com/video/z047gbYCiWo/w-d-xo.html Playlist.
Scenario based interview questions upload please
Okay will do
Hi...I have a doubt can I create a system user with useradd command like useradd -r and what is base dir and chroot
Hi please post video for Linux patching and real-time scinaroes questions on server
Will do
great!
Thank you
Please provide me any other basic interview questions...
will prepare.
Hi Ravi, This is jai, Thank you very much for your efforts and videos which is helpful for up comers. I am also a one of the student of Sagar sir Coss. Your videos are very nice. Can you post L2 interview question please.
Sure we will post.
How to update kernel using rpm? what are the pre-requisites to fulfill?
Take the backup before upgrade and upgrade nothing required as prerequisites however if you have applications running on that server you have verify that application will support new version of kernel.
Thanx for your quick response. I got a q is , before installing kernel , do you install any kernel tools n how to resolve dependencies using rpm?
If you would like to resolve the dependencies automatically use yum localinstall which does the job for you.
In lvm what is diff between -L and -l in the creation of LVM time?
-L is for provding the size in KB,MB,GB. -l means provide extends count.
Very good video.. Please post more scenario based questions.. Thanks a lot..
Thanks.
How will you avoid loosing data when you unmounted the lv in the first go
Before unmounting we will take backup of the LV.
Please make an interview questions video on server issues.
Sure
Can you also share this ppt link bro ?
Great work done 😀👍
Make a video for experienced person who work as l2 support.
there are few videos on playlist you can check th-cam.com/video/8lVXGlncqSk/w-d-xo.html
is lvm is online activity or offline activity
its a online activity
@@TechArkit thank you sir for replying
we need any downtime for shrinking or extending lvm
@@ramireddypoli8873 for Reducing file system size downtime is required, for expanding and creating LVM does not required downtime.
@@ramireddypoli8873 For Shrinking downtime is required
@@TechArkit thank you sir for replying
good stuff
thanks
Hi... what are the possible causes when a user failed to login into a Linux system (physical/remote console); despite providing proper credentials?
Kindly do one video on this scenario I hope this is very helpful for technical interview otherwise kindly share about this scenario video if you've....
Okay
How can we apply patch in 1000 linux servers at a time? Can you help me on this.
Use patch management tools lile Satelite server, Manage Enginer patch manager ..Etc
Ansible playbooks are one more example
@@TechArkit Thanks
hi Arkit for Q6 can I use this command : lvextend -l 400M -r /dev/VGO/lv
Of course yes, however recommend to go with few steps.
Make the video of 4+ years experience
this interview questions for all levels
What is the difference between@and @@ in Linux
They are just separators.