Wednesday, 25 March 2015

Command to delete logs more than 30 days in UNIX.

Command to delete logs more than 30 days in UNIX.


find * -mtime +30 -exec rm {} \;

Days are variable you can give days as per your preference

No comments:

Post a Comment

The purge process did not run because the Oprid configured to start the Process Scheduler did not have the required permissions to run the purge process.

  Purge process - Required permissions The PeopleSoft Oprid used to start the Process Scheduler, as defined in the Scheduler's psprcs.cf...