Interview Questions
Interview Questions
Technical Questions:
Q3. What are the default ports used for SMTP, DNS, FTP, DHCP, SSH, and squid?
Service Port
SMTP 25
DNS 53
FTP 20(Data Transfer) 21(Connections Established)
DCHP 68(dhcp client), 67(DHCP server)
SSH 22
Squid 3128
# use your favorite text editor on /etc/init/rc-sysinit. conf... Change this line to whichever
runlevel you want..
# LVM means logical volume management. The combination of 2 or more physical disk in to
make a big disk.
# If normal linux partions is full and an application requires some more disk space .
# Using the LVM we can extend or reduce the file system as per requirements without
loss of any data.
Q.8 What is swap space in Linux and what is the ideal size of swap space?
# Swap space in Linux is used when the amount of physical memory (RAM) is full. If the
system needs more memory resources .
# Route -n
# Netstat -rn
# Ip
Q13. If a volume group name VG0 already exists and we need to extend this volume group up
to 4 GB , how do we do it?
Q14. During Connecting to the Server via ssh it shows Connection reset by peer Error , What
are the possible issues ?
Q15. What is the best way if I want only some users to have privileges to schedule crons?
# Delete /etc/cron.deny file and create a /etc/cron.allow file. Make entry of users in
/etc/cron.allow.
Only those users will be able to schedule crons. All other users will not be able to
schedule crons.
Q16. What are the benefits of using Network Interface Card (NIC) teaming?
# The major benefits of NIC teaming are load balancing (redistributing traffic over networks)
and failover (ensuring network continuity in the event of system hardware failure)
without the need for multiple physical connections.
##################################################################
• LVM Administration.
• Frequent health checkup for servers, Monitoring the performance of the system
• sing top,topas, vmstat, netstat, iostat etc. • User Management & Troubleshooting of user
related issues.
• Assigning IP's Gateways, Net masks, Hostnames for individual machines and setting up the
N/W.
• Rsyslog Configuration.
• SELinux Security.