Senior Linux Administrator
Senior Linux Administrator Interview Questions and Answers
Q1. What are tools you used and briefly explain and why it is used
Some tools used by Senior Linux Administrators include Ansible, Nagios, and Docker.
Ansible - used for automation of tasks and configuration management
Nagios - used for monitoring and alerting of system and network resources
Docker - used for containerization of applications for easy deployment and management
Q2. How do you detect a new added disk to the existing disk in VMware vm?
You can detect a new added disk to the existing disk in VMware vm by rescanning the SCSI bus.
Use the command 'echo '- - -' > /sys/class/scsi_host/hostX/scan' to rescan the SCSI bus.
Check the output of 'lsblk' command to see the newly added disk.
You can also use the 'fdisk -l' command to list all disks including the newly added one.
Q3. How to change all users password expiry age at once?
To change all users password expiry age at once, use the chage command with the -M option.
Use the chage command with the -M option to set the maximum number of days between password changes for all users.
For example, to set the password expiry age to 90 days for all users, use: chage -M 90 -m 0 -I -1 -E -1
Make sure to replace
with the actual username of the user you want to change the password expiry age for.
Q4. Create a swap partition and make usable after booting
Create a swap partition and make it usable after booting
Create a partition using fdisk or parted command
Format the partition using mkswap command
Add the partition to /etc/fstab file
Activate the swap partition using swapon command
Q5. What is tcs go with the same as the one
I'm sorry, but the question doesn't make sense.
The question seems to be incomplete or nonsensical.
There is no clear meaning or context to 'tcs go with the same as the one'.
Without more information, it's impossible to provide a relevant answer.
Q6. Booting Process of linux
The Linux booting process involves several stages, including BIOS, bootloader, kernel, initrd, and init system.
BIOS performs hardware checks and loads bootloader from the boot device
Bootloader loads kernel and initrd into memory
Kernel initializes hardware and mounts the root filesystem
Initrd loads necessary modules and drivers for the kernel
Init system starts user space processes and services
Share interview questions and help millions of jobseekers 🌟
Senior Linux Administrator Jobs
Interview Questions of Similar Designations
Interview experiences of popular companies
Calculate your in-hand salary
Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Reviews
Interviews
Salaries
Users/Month