Logs in /nis/logs folder

Is it ok to delete the old logs on my VPS without adversely affecting its functionality or operation?

I presume deleting any of the old logs which aren’t the following is ok:

nis-0.log
nis-0.log.1
nis-0.log.lck

The older logs are taking up a lot of space, there are around 90 of them - e.g nis-87.log. Would it be safe to delete them using the rm command?

yeah, it is ok to delete the logs except the ones you stated.

1 Like

Thanks BR. Appreciate your help!