Centos Interview Questions and Answers
Download Centos Interview Questions PDFBelow are the list of Best Centos Interview Questions and Answers
CentOS is one of the Linux distribution that is affiliated with the Red Hat. It is an open-source operating system that was first launched in 2004. This free operating system officially supports x86-64 architecture which mainly targets the servers, desktop computers, and workstations. It is a community-driven free software that is consistent and easy to use.
The CentOS variant is a special edition of CentOS. With this variant, you can allow another open-source project to run more effectively using CentOS as the base platform. The CentOS variant starts with the core distribution and replaces the specific subsets of packages.
The current stable release of the CentOS is version 8.1.1911 that was released in January 2020.
The nmcli is a command-line tool in CentOS for controlling the Network manager. This tool is used to display network device status, create, edit, activate, deactivate, and delete network connections.
The Yellow Dog Updater (YUM) is the default package manager in CentOS. It is used to install and update packages in the CentOS.
The other package manager in CentOS is RPM, DNF, pip, dpkg, and aptitude.
You can use the network manager service to restart a service in the CentOS. The command used to restart a service in the CentOS is "$sudo systemctl restart NetworkManager.service". You can also use the nmcli tools to restart network service. Use the following commands in the nmcli tool to restart a network service,
$sudo nmcli networking off $sudo nmcli networking on
To create a Sudo user on the CentOS, follow these steps on your command-line shell.
- Log in to your server $ssh root@server_ip_address
- Create a new user account $useradd username
- Set the user password $passwd username
- Add the new user to the sudo group $usermod -aG wheel username
- To switch to the newly created user $su - username
Some of the basic CentOS commands are,
- Sudo - runs a command as superuser
- Yum - lets you install and update packages
- Ls - lists the contents of the directory
- Cd - used to change directory
- Pwd - displays the pathname
- Mv - used to move files
- Cp - used to copy files
- Mkdir - used to create a directory
- Who - used to check who is logged on
- Clear - used to clear the terminal window
- Nano - opens a text editor
You can remove a user in centos by using the userdel command
//syntax # userdel -r user The above command removes the user names “user”.
We can use the following command to enable or disable service on centos
To enable a service, use the following command,
Systemctl enable <service_name>
To disable a service, use the following command,
Systemctl disable <service_name>
Latest Interview Questions-
Silverlight Interview Questions
-
Entity framework interview questions
-
LINQ Interview Questions
-
MVC Interview Questions
-
ADO.Net Interview Questions
-
VB.Net Interview Questions
-
Microservices Interview Questions
-
Power Bi Interview Questions
-
Core Java Interview Questions
-
Kotlin Interview Questions
-
JavaScript Interview Questions
-
Java collections Interview Questions
-
Automation Testing Interview Questions
-
Vue.js Interview Questions
-
Web Designing Interview Questions
-
PPC Interview Questions
-
Python Interview Questions
-
Objective C Interview Questions
-
Swift Interview Questions
-
Android Interview Questions
-
IOS Interview Questions
-
UI5 interview questions
-
Raspberry Pi Interview Questions
-
IoT Interview Questions
-
HTML Interview Questions
-
Tailwind CSS Interview Questions
-
Flutter Interview Questions
-
IONIC Framework Interview Questions
-
Solidity Interview Questions
-
React Js Interview Questions
Subscribe Our NewsLetter
Never Miss an Articles from us.