Q&A Eliya
Q&A Eliya
Checking space on all are the server if any server high utilized, we need to
troubleshoot and daily we are supporting 30 virtual server and 10 physical sir and
installation in server and patching and taking backup from one server to another
server.
What Is Linux?
Linux is an open source operating system system inspired by unix. It’s the preferred
OS for computers, servers, mainframes, mobile devices and embedded devices.
What is Shell?
The shell is a program that take commands from keyboard and pass them to
operating system (Kernal) for perfoming. During the initial days shell was the only
mode of communicating with kernel (via the CLI)
What is BASH?
BASH Is short for Bourne Again Shell. BASH combines the the feature of the original
shell + additional functionality to make it easier and more convenient to use.
Nowadays, BASH has been adopted as the default shell for most Linux Systems.
What Is Lilo?
LILO is an acronym for linux loader. It is a boot loader, which load the Linux
Operating System into main memory so that it begin its operations.
Shell & GUI – They are special functions or programs using which application
programs or system utilities access Kernal’s Features.
System Utilities – system utility program are responsible for the execution of special
and individual tasks.
What is Process?
Whatever application load in ram is called process.
What is PID?
Every process will have a PID & That PID is generated by E random Module.
What is U mask?
When we create any file, directory it always come with a default permission. So that
permission is called U Mask.
What is DNS?
DNS stands for Domain Name System. It is a Naming System for all the resources
over Internet which includes Physical nodes and Applications.
Types of backup?
Full Backup - Full backups make a complete copy of all the data on your system.
Some Linux admins do a full backup by default for smaller folders or data sets that
don’t eat up a lot of storage space.
Incremental Backup - Incremental backups record all data that has changed since
performing your last backup – full or incremental. If you perform a full backup on
Sunday evening, you can run an incremental backup on Tuesday evening to hit all
the files that changed since that first job.
Differential Backup - Differential backups record all changes made since your last
full backup. So let’s say you run a full backup Sunday night. Then on the following
Tuesday, you run a differential backup to record all the changes made since
Sunday’s job.
What is Firewall?
A firewall can be defined as a system of network security that controls and filters the
traffic on the rule's predefined set. It is an intermediary system between the Internet
and the device.
In symlink if parent file deleted then child file become orphan file. In hardlink if parent
file deleted then no impact on child file. Symlink can cross partition but hardlink
cannot cross partition. Symlink can be created over directories but hardink cannot
create over directories.