Category: Other
How to check OS version in RedHat
# cat /proc/version How to check Distribution version # cat /etc/*release
Read more
How to Zip a file/folder
Zip a Single File To make a zip of single file, execute the below command: #zip file.zip file1 file2 Zip[…]
Read more
How to Set a Cronjob in Linux
Introduction A crontab is a simple text file with a list of commands meant to be run at specified times.[…]
Read more
How to Check Memory in Linux
Following are some useful commands to check the memory status of machine: free Command Use free command to check the[…]
Read more
How to Change Hostname in Linux
Method 1: Command Line Step 1: Edit in /etc/sysconfig/network File In order to change the hostname edit the following file:[…]
Read more