How to auto start service after reboot in Red Hat Linux?
You can run the below command to auto start the service after reboot # chkconfig service_name on But the above command will enable the service only for the current run level so I always prefer
You can run the below command to auto start the service after reboot # chkconfig service_name on But the above command will enable the service only for the current run level so I always prefer
Swapping A process normally runs on physical memory where the memory is divided into sets of pages. A page is a 4kb area of memory and is the basic unit of memory with which both
How can you create a password less connection between multiple Linux machine? To create a password less authentication we need to use RSA or DSA key authentication. RSA and DSA are used as an algorithm
A record It is the Address records also known as host records Points to the IP address reflecting the domain Used for forward lookup of any domain name For example: Our website is configured on
I have written another article with step by step instructions to redirect specific messages to different a log file from /var/log/messages so that your messages file is not filled up with unwanted eventsSyslog is one
Explain in detail the Linux booting procedure When a Linux machine is powered on BIOS loads up first. It will prompt you to select boot device which can be Hard disk, CD-ROM, Floppy drive, Network etc. By
1.What is the difference between SUID and SGID? Understanding special permission SUID Understanding special permission SGID 2. What is Sticky Bit permission? Understanding special permission Sticky Bit 3. What is umask? In computing,
1. How do you perform NIC teaming? For more details: Step by Step Guide to configure NIC Teaming in Linux 2. What is the difference between TCP and UDP protocol? TCP is a connection