
How to Copy or Move Files Based on Date Modified on Linux
Q. How to copy or Move the files and folder based on date modified on linux ? A. Follow this steps : 1. Check the files modified date : #…
How to Copy or Move Files Based on Date Modified on Linux
Q. How to copy or Move the files and folder based on date modified on linux ? A. Follow this steps : 1. Check the files modified date : #…
How to Check and Verify the Version of Python on CentOS 6 / CentOS 7
Python is a popular programming language, which is widely used, high-level programming languages ??and has a design philosophy that emphasizes code readability. It is considered as a programming language that…
How to Disable Autostart for a Service at boot on Linux CentOS 7 / RHEL 7
Question : Due to some reason, I had to stop a service on linux CentOS 7. But when i restarted the server, the service starts again automatically. How to stop…
How to Create an Archive using tar Command
In Linux, tar command is the primary utility to create compressed archive files and directories. “tar” stands for tape archive and it is actually archiving file format. The following example…
How to Fix the ‘Shell Shock’ bash Vulnerability in Linux
Q. Linux system administrators who maintaining the servers that are exposed to the Internet should be the most concerned about this Shell Shock’ bash Vulnerability or attack. Most of the…
Q. How to find the softlink on my linux VPS server. A. Simply run the following command : [root@vps ~]# find /etc -type l -exec ls -li {} ;
How to Determine Linux Kernel is 32 bit or 64 bit
Question : I’m running a linux CentOS operating system, but i am not sure the linux kernel is 32 bit or 64 bit. How to determine that ? Answer :…
How to Install man Pages Command on CentOS 5.7
Man pages are a common way to learn the commands that are on your system. The man command will give you all the details of a given command, including switches…
In this post, i will show on how to install vim on Redhat Enterprise Linux 6 (RHEL 6) Linux server. Vim stands for ‘Vi Improved’. Vi is one of the…
How to Check Hard Disk Size and Hard Disk Usage on CentOS 6.2
In this post, i will share the simple command to check the Hard Disk size and usage on CentOS 6.2. This command is a basic command for linux operating system….