Wednesday, August 19, 2020

Linux commands

 1. Check os version in Linux

cat /etc/os-release

2. Show display the amount of available disk space for file systems 

df -h 

3. Search in gz file

zgrep -H 'key words' *.gz


No comments:

Post a Comment