i
IBM
Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards
Filter interviews by
Clear (1)
I applied via Walk-in and was interviewed in Mar 2022. There was 1 interview round.
To recover a deleted user file or /etc/passwd, restore from backup or use data recovery tools.
Check if a backup of the file exists and restore it
If no backup is available, use data recovery tools like extundelete or scalpel
Stop writing to the disk immediately to prevent overwriting the deleted file
Consult with a professional if necessary
To switch a user in Linux or Unix, use the 'su' command followed by the username.
Open the terminal
Type 'su' followed by the username of the user you want to switch to
Enter the password of the user when prompted
You will be switched to the specified user
To check a user password status, use the 'passwd' command with the '-S' option followed by the username.
Open the terminal or command prompt.
Type 'passwd -S
The password status will be displayed, indicating if the password is locked, expired, or active.
To secure system security user management, follow best practices such as strong passwords, regular audits, limited privileges, and multi-factor authentication.
Enforce strong password policies
Regularly audit user accounts and access permissions
Implement least privilege principle
Enable multi-factor authentication
Disable unnecessary user accounts
Regularly update and patch the system
Implement intrusion detection and preven...
To check group lists and assigned users, we can use the 'getent' command in Linux and Unix systems.
Use the 'getent group' command to list all the groups and their details
To check the users assigned to a specific group, use 'getent group
The output will display the group name, group ID, and a list of users assigned to the group
Yes, as a Linux and Unix System Administrator, you can modify user passwords and names.
To modify a user's password, you can use the 'passwd' command followed by the username.
To modify a user's name, you can use the 'usermod' command followed by the username and the '-l' option to change the login name.
Make sure to have the necessary permissions to modify user information.
To check all connected ports and power supply, use commands like lsusb, lspci, lshw, and check power cables and system configuration.
Use lsusb command to list USB devices connected to the computer
Use lspci command to list PCI devices connected to the computer
Use lshw command to list detailed hardware information
Physically check power cables and connections
Verify system configuration settings
To know the current directory in Linux/Unix, use the 'pwd' command.
Type 'pwd' in the terminal and press enter.
The output will show the full path of the current directory.
Alternatively, you can use 'echo $PWD' to display the current directory path.
The command 'ls' can also be used to list the contents of the current directory.
The command to display the present working directory in Linux/Unix is 'pwd'.
The 'pwd' command stands for 'print working directory'.
It displays the absolute path of the current working directory.
The output of 'pwd' does not contain any trailing slashes.
To scan a LUN and check the wwn number, use the 'multipath' command.
Run 'multipath -ll' to list all the available LUNs and their wwn numbers.
To scan for new LUNs, run 'echo '- - -' > /sys/class/scsi_host/hostX/scan' (replace X with the appropriate host number).
Use 'multipath -v3' for verbose output and troubleshooting.
Ensure that the necessary drivers and modules are loaded for the storage device.
Check the system logs ...
To check data set & mount point info in human readable format, use the 'df' command.
Open the terminal and type 'df -h' to display the information in human-readable format.
The 'df' command shows the file system disk space usage, including the mount point and file system type.
The '-h' option displays the sizes in a human-readable format, such as 'K' for kilobytes, 'M' for megabytes, and 'G' for gigabytes.
You can also use...
A mirror pool is a storage configuration that duplicates data across multiple drives for redundancy and improved performance.
A mirror pool is created using software RAID (Redundant Array of Independent Disks) technology.
It requires at least two drives to create a mirror pool.
The data written to one drive is automatically duplicated to the other drive in real-time.
If one drive fails, the data can still be accessed from ...
To destroy a pool in Linux or Unix, use the 'zpool destroy' command.
Open the terminal or command prompt.
Use the 'zpool destroy' command followed by the name of the pool to be destroyed.
Confirm the destruction by typing 'y' or 'yes' when prompted.
The pool and all its associated data will be permanently deleted.
To replace a disk from a pool, you need to remove the faulty disk and add a new disk to the pool.
Identify the faulty disk using disk monitoring tools or error messages
Remove the faulty disk from the pool using the appropriate command or tool
Physically replace the faulty disk with a new disk
Add the new disk to the pool using the appropriate command or tool
Verify the disk replacement and ensure data integrity
To check all zpool status, use the 'zpool status' command.
Open the terminal or command prompt.
Type 'zpool status' and press Enter.
The command will display the status of all zpools on the system.
You can also use additional options like '-v' for more detailed information.
To check all disk information in Linux and Unix systems, you can use the 'df' command.
Use the 'df' command to display disk space usage information
Add the '-h' option to display sizes in a more human-readable format
Use the '-T' option to display the filesystem type
Use the '-i' option to display inode information
Combine options as needed to get the desired output
To check all information destroy pool & get back them, we can use ZFS snapshots and clones.
ZFS snapshots and clones can be used to recover data from a destroyed pool.
Snapshots capture the state of the pool at a specific point in time.
Clones can be created from snapshots and mounted as a separate file system.
Data can be copied from the clone to the new pool.
It is important to regularly create snapshots to ensure data ca
To attach & detach disk from normal and mirror pool, use zpool attach and zpool detach commands.
To attach a disk to a normal pool, use 'zpool attach poolname existing_device new_device'
To detach a disk from a normal pool, use 'zpool detach poolname device'
To attach a disk to a mirror pool, use 'zpool attach poolname existing_device mirror_device'
To detach a disk from a mirror pool, use 'zpool detach poolname mirror_dev
Patch management process involves identifying, testing, deploying, and verifying patches.
Identify vulnerabilities and available patches
Test patches in a non-production environment
Deploy patches to production systems
Verify successful patch installation and functionality
Monitor for any issues or new vulnerabilities
Repeat the process regularly
Use automation tools for efficiency
Saloris does not exist. Linux has 7 run levels.
Saloris is not a known operating system
Linux has 7 run levels numbered from 0 to 6
Each run level has a specific set of services and daemons that are started or stopped
Run level 0 is used for system halt
Run level 1 is used for single user mode
Run level 2 is used for multi-user mode without networking
Run level 3 is used for multi-user mode with networking
Run level 4 is not u...
To reboot a system, use the 'reboot' command or the 'shutdown' command with the '-r' option.
Use the 'reboot' command to immediately reboot the system
Use the 'shutdown -r' command to schedule a reboot at a specific time
Ensure you have the necessary permissions to reboot the system
To activate Boot Environment back up, use the beadm command.
Use the beadm command with the activate option followed by the name of the Boot Environment.
For example, to activate the Boot Environment named 'BE1', use the command 'beadm activate BE1'.
This will make the Boot Environment the default one at the next system reboot.
I was interviewed before Feb 2016.
My training project involved designing and implementing a network infrastructure for a medium-sized company.
Researched and analyzed the company's requirements for network connectivity and security.
Designed a network architecture that included routers, switches, firewalls, and VPNs.
Configured and tested the network devices to ensure proper functionality.
Implemented security measures such as access control lists and intr...
Mobile apps work by running code on the device to perform specific tasks and interact with the user.
Mobile apps are developed using programming languages like Java, Swift, or Kotlin.
Apps are installed on the device and run locally, utilizing the device's resources.
They can access device features like camera, GPS, and sensors.
Apps communicate with servers or APIs to fetch data or perform actions.
User interactions trigge...
Big Data refers to large and complex sets of data that cannot be easily managed or processed using traditional methods.
Big Data is characterized by the 3Vs: Volume, Velocity, and Variety.
Volume refers to the vast amount of data generated and collected from various sources.
Velocity refers to the speed at which data is generated and needs to be processed in real-time.
Variety refers to the different types and formats of d...
SMAC stands for Social, Mobile, Analytics, and Cloud.
SMAC is a combination of four technologies that are transforming businesses and industries.
Social refers to the use of social media platforms for communication and collaboration.
Mobile refers to the use of mobile devices and applications for accessing information and services.
Analytics refers to the use of data analysis tools and techniques to gain insights and make ...
I am a system engineer with expertise in designing and maintaining complex computer systems.
Experienced in configuring and troubleshooting network devices
Proficient in scripting languages like Python and Bash
Skilled in virtualization technologies such as VMware and Hyper-V
Knowledgeable in cloud computing platforms like AWS and Azure
Familiar with ITIL best practices for service management
I have always been passionate about technology and software development, and I believe my skills as a chemical engineer can be applied effectively in the software side.
I have a strong foundation in problem-solving and analytical skills from my background in chemical engineering.
I have experience working with complex systems and processes, which can be beneficial in software development.
I have a keen interest in learnin...
Yes
My parents have always been supportive of my career choices
They understand the demand and growth opportunities in the software field
They have seen my passion for technology and believe in my abilities
They value my happiness and fulfillment in my chosen profession
Some of the top questions asked at the IBM Linux and Unix System Administrator interview -
based on 1 review
Rating in categories
Application Developer
11.8k
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Engineer
5.5k
salaries
| ₹0 L/yr - ₹0 L/yr |
Advisory System Analyst
5.2k
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Software Engineer
4.8k
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Systems Engineer
4.5k
salaries
| ₹0 L/yr - ₹0 L/yr |
Oracle
TCS
Cognizant
Accenture