CoverPhoto
Ericsson logo
Premium Employer

Ericsson

Verified
4.1
based on 7.2k Reviews
Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards
Filter interviews by
Linux Administrator
Fresher
Skills
Clear (1)

Ericsson Linux Administrator Interview Questions and Answers

Updated 7 Mar 2024

Q1. how we can transfer file from one server to other server?

Ans.

Files can be transferred from one server to another using tools like SCP, SFTP, or rsync.

  • Use SCP (Secure Copy Protocol) to securely transfer files between servers. Example: scp file.txt user@server2:/path/to/directory

  • Use SFTP (SSH File Transfer Protocol) for interactive file transfers. Example: sftp user@server2

  • Use rsync for efficient synchronization of files between servers. Example: rsync -avz file.txt user@server2:/path/to/directory

View 2 more answers
right arrow

Q2. You are unable to unmount a file system, what will you do?

Ans.

Check for any processes or open files using the file system, then force unmount if necessary.

  • Check for any processes or applications currently using the file system with 'lsof' command

  • Kill any processes that are using the file system if necessary

  • Try unmounting the file system again using 'umount -l' to force unmount if needed

View 1 answer
right arrow
Ericsson Linux Administrator Interview Questions and Answers for Freshers
illustration image

Q3. How you can schedule a job regularly?

Ans.

You can schedule a job regularly using cron jobs in Linux.

  • Use the crontab command to edit the cron table

  • Specify the schedule using the appropriate syntax (minute, hour, day of month, month, day of week)

  • For example, to schedule a job to run every day at 3am, you would add the following line to the cron table: 0 3 * * * /path/to/command

View 1 answer
right arrow

Q4. What is Hard link and soft link?

Ans.

Hard links and soft links are two types of links used in Unix-like operating systems to create shortcuts to files.

  • Hard links are direct pointers to the inode of a file, while soft links are indirect pointers to the file name.

  • Hard links cannot link directories or files on different filesystems, while soft links can.

  • If the original file is deleted, hard links will still point to the data, while soft links will be broken.

  • Example: 'ln file1 file2' creates a hard link, 'ln -s file...read more

View 1 answer
right arrow
Discover Ericsson interview dos and don'ts from real experiences

Q5. Define the steps of File system creation.

Ans.

Steps for file system creation involve partitioning, formatting, and mounting the file system.

  • Partition the disk using tools like fdisk or parted

  • Format the partition with a file system like ext4 or xfs

  • Create a mount point directory

  • Mount the file system to the mount point

  • Update /etc/fstab to automatically mount the file system on boot

View 1 answer
right arrow

Q6. What do you understand by NFS?

Ans.

NFS stands for Network File System, a distributed file system protocol that allows a user on a client computer to access files over a network.

  • NFS allows a user to access files on a remote server as if they were local files.

  • It is commonly used in Unix and Linux environments for sharing files and directories.

  • NFS uses RPC (Remote Procedure Call) to communicate between the client and server.

  • It provides centralized storage that can be accessed by multiple clients over a network.

  • NF...read more

View 1 answer
right arrow

Q7. What is /mnt and fstab?

Ans.

The /mnt directory is used as a mount point for temporary mounting of filesystems, and fstab is a configuration file that lists filesystems to be mounted at boot.

  • The /mnt directory is commonly used for temporarily mounting external storage devices or network shares.

  • The fstab file is located at /etc/fstab and contains information about filesystems to be mounted at boot time.

  • Entries in fstab include the device to mount, the mount point, filesystem type, mount options, and dump ...read more

View 1 answer
right arrow

Q8. Why tcpdump is used?

Ans.

tcpdump is used for network troubleshooting and analysis by capturing and analyzing network packets.

  • Captures network packets for analysis

  • Helps in troubleshooting network issues

  • Can be used to monitor network traffic

  • Provides detailed information about network communication

  • Useful for security analysis and monitoring

Add your answer
right arrow

Q9. Define Boot process.

Ans.

Boot process is the sequence of steps that occur when a computer system is starting up.

  • BIOS/UEFI initialization

  • Loading the bootloader

  • Loading the kernel

  • Init process starts

  • Launching user space processes

View 1 answer
right arrow

More about working at Ericsson

Back
Awards Leaf
AmbitionBox Logo
Top Rated Large Company - 2024
Awards Leaf
HQ - Stockholm, Stockholm County, Sweden
Contribute & help others!
Write a review
Write a review
Share interview
Share interview
Contribute salary
Contribute salary
Add office photos
Add office photos

Interview Process at Ericsson Linux Administrator

based on 3 interviews
Interview experience
4.7
Excellent
View more
interview tips and stories logo
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Linux Administrator Interview Questions from Similar Companies

TCS Logo
3.7
 • 12 Interview Questions
View all
Recently Viewed
REVIEWS
HGS
No Reviews
INTERVIEWS
Ericsson
No Interviews
INTERVIEWS
Ericsson
No Interviews
INTERVIEWS
Ericsson
No Interviews
DESIGNATION
COMPANY BENEFITS
HGS
No Benefits
SALARIES
HGS
REVIEWS
Carelon Global Solutions
No Reviews
INTERVIEWS
Ericsson
5.6k top interview questions
DESIGNATION
Share an Interview
Stay ahead in your career. Get AmbitionBox app
play-icon
play-icon
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
75 Lakh+

Reviews

5 Lakh+

Interviews

4 Crore+

Salaries

1 Cr+

Users/Month

Contribute to help millions

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter