[go: up one dir, main page]

0% found this document useful (0 votes)
19 views12 pages

Linux Assignment

Uploaded by

gitika.mandal012
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
19 views12 pages

Linux Assignment

Uploaded by

gitika.mandal012
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
You are on page 1/ 12

Day Session Topics

Session1 Installation

Session2 Booting Process

Session3 Linux Usage Basics


Understanding the Linux File
System
Session1
Partitioning file systems

Converting a file system

Session2 File System Recovery


2
Seven Fundamental file
types

Logical Volume Manager


Session3
RAID - Software RAID druid

Session1 & Session2 Package management

Session3 Standard I / O Pipes

Configure network settings

Configure NTP and Sync


Session1
Identify services, their status
and be able to manage the
run levels which start and
stop them

Understand the basic


principles of Red Hat
Enterprise Linux security,
Session2 firewalls, and SELinux
4
Session2
4
Explaining some of system
administration tools

Browse the web


email and instant messages
Clients
Access a Linux system
remotely
Session3
Rsync, lftp, gftp & smbclient
Transfer files between
systems
Use network diagnostic tools

Session1 Configure interfaces


Assigning Ip Address
Configuring DNS , DHCP ,
Session2
5 GATEWAY address
To Understand Netfilter
Architecture
Session3

firewalld
What Is FTP?
Installation
Configuration

File transfer through FTP

Session1
What is NFS?
NFS Mount options &
features

6 Configuration

what is SAMBA
Session2 SAMBA service
SAMBA authentication

Session3 Troubleshooting

BIND

Session1 & Session2 Bind Installation

7 Bind Configuration
Session1 & Session2

7 Bind Configuration

Apache
Installation

Session3
Configurations

Installation
Session1
Configuration

Mail Server Components


Installing Mail Server
8
Packages
Protocols
Session2 & Session3 Configuration File

Configuring Send mail for


basic operations
Assignment
what are the different Installation Methods avaiable
Mention the recommended Hardware requirement for RHEL 9 Installation
Explain Kick start Installation Method
What steps would you take to identify and resolve the issue in which a Linux system fails to
What is a kernel panic, and how would you troubleshoot it on a Linux system?

Explain the Booting process in RHEL 7 onwards


Overview of Bootable files
Recover RHEL Machine from Grub boot loader failure

Writedown all the commands used in RHEL 8 & 9

Explain the filesystem hierarchy, mention the importance of /etc

Create a multiple partions and mount these partitions on certain mount points

Convert existing ext4 filesystem in to XFS filesystem


Trouble shot the system failure issues due to important of bootable files
Give brief overview of different file types supported by Linux OS
Explain the concept of file permissions on a Linux system,
and describe how incorrect permissions can lead to issues.
Explain the advantages of LVM over Basic Partition and create PV,VG and LV
Create an LVM partition with 10 GB disk space and set its file system to ext2. Also extend the
Add 100MB of swap space to your machine using a logical volume
Explain different RAID level and their benefits
What are some common Linux package managers?
How do you install a package using a package manager
How can you handle dependencies in a Package Management system?
discuss the difference between a package manager and a package management system?
Explain the steps you'd take to troubleshoot a network connectivity issue on a Linux server.
how can you check the status of a service and restart it if it's not running?
What Linux commands would you use to diagnose a slow server response time?
Setup a /home/rhce directory to facilitate collaboration among the rhce group.
Explain the process of configuring a network interface in Linux.
How do you monitor network traffic in Linux?
How do you troubleshoot network connectivity issues in Linux?
How would you diagnose and fix the time synchronization problem
if a server's clock is consistently incorrect?
What tools are available for diagnosing DNS issues?
How do you optimize network performance in a Linux
environment? How can you determine which
process is consuming the most memory on a Linux system?

What are some common network services and protocols used in Linux environments? What
parameter can be set at boot time to enable/disable SELinux? How to
display SELinux policies which are manually changed/modified? Would you replace
iptables with firewalld on all your servers, if given a chance?
Mention all the network configuration files you would check to configure your ethernet
card
What is the command to check all the open ports of your machine?
which are the packages needed to configure Webserver in RHEL7
Mention the Mail server related protocols needed to configure Mailserver

What are the different methodes to access Linux server remotely


How can you determine if a specific port is open and reachable on
a remote Linux server?
write the syntex to transfer files to remote machine using Rsync

What are the different Methodes used to transfer files in RHEL7

Find out where the connection fails using different tools avaiable in Linux
Explain the difference between static and dynamic IP addressing.
How do you monitor network traffic in Linux?
What are the differences between TCP and UDP?
Explain the process of configuring a network interface in Linux.
What tools are available for diagnosing DNS issues?
Check for any SELinux file problems
You are trying to ping a server by hostname and you get an error message, “ping: unknown
host …”. What could be the reason and how to solve the problem so you can ping it by
hostname?
Explain the different commands to start, stop, restart , enable and disable filrewall service
How would you manage number of FTP clients that connect to your FTP server?
What is the Difference between TFTP and FTP Server?
How would you disabled downloads from FTP server?
What are the most features of VSFTPD, How to display certain text message before a client
connects to FTP server. How would you get this done?
What
What are
are different versions
configuration files of
of NFS
NFS Server
server ??, What are different options used in
/etc/exports file ?
Create an NFS share on Linux machine as “<classname>_<teamno.>_<PSno.>_<sysno.>”. Set a d
Describe the process of setting up an NFS server and client.
What are the different types of NFS protocols and how do they differ?
What are the security considerations when setting up an NFS server?
on which ports Samba server works
How do you check and configure network settings in Linux?
What are some common reasons for a Linux system not booting up, and how would you tr
How do you troubleshoot an NFS server when it is not responding?
What are the performance considerations when designing an NFS system?
What is the difference between nslookup and dig commands?
Describe the significance of log files in troubleshooting, and provide examples of important lo
Which permission allows a user to run an executable with the permissions of the owner of tha
What are forward and reverse lookup?
What is the Authoritative DNS server?
What is DNS spoofing?
What are resource records in DNS?
What is TTL, and what is suitable TTL for your DNS?
Explain the steps to configure Caching Name Server
Describe the DNS lookup process
What is the difference between an authoritative and recursive DNS server?
How to check syntax of named.conf is correct or not ?
How can you diagnose and address issues related to DNS resolution on a Linux
machine?
Mention some of the trouble shooting tips to resolve the DNS related issues
Where to Find Configuration Directories for Apache?
How to Change the Default Apache Port?
Explain the different Methodes to host multiple Apache Web Servers on a Single
Server?
What Are the Different Log Files of Apache? And where you will find these log
files
What Does “Connection Reset by Peer” Mean in Apache? And how do you
troubleshot
What is Virtual Host in Apache and How to Configure it?
What is the default configuration file of Squid ?
What is the default port of Squid and how to change it ?

What are the different filters that we can apply using squid ?

What is ACL in Squid ? What are the important ACL elements in Squid ?
Explain what POP and IMAP are in the context of mail servers?
Give me some examples of real-world mail server software that is already in use on producti

What are some of the reasons why a mail server would not receive incoming email messages
How do you troubleshoot issues with mail server configuration?
What are some best practices you should follow when managing a mail server?
How To Check Postfix Configuration From The Command Line ?
Total Count

6
6

10

11
11

10

You might also like