Linux tips
Here is the list of command lines which often used in ZTI operations. Disk Check size of diskdf -h Check disk usagedu -sh <directory>Ex.du -sh /optdu -sh * | sort -n -r Directory List directoryls -lshls -lsha Create directorymkdir -p /opt/user/usr1/docs Remove directoryrm -rf /opt/user/usr1/ Change direcotry modechmod -R 777 System Manage servicesystemctl restart <service_name>systemctl […]