Blog / People and Culture Blog

command to check log file size more than 1 gb

find / -size +1G -mtime +180 -type f -print

Related blogs