Search Results

Search: Posts Made By: lpprasad321
1,567
Posted By lpprasad321
Thanks Guys.
Thanks Guys.
1,567
Posted By lpprasad321
Search process ids
Hi,

I have four tomcat instances named PNK, PNK1, PNK2, PNK3.
All are running on the same server.
To kill tomcat instance I usually do below for PNK1,PNK2,PNK3

kill -9 `ps -ef|grep...
2,018
Posted By lpprasad321
Log rotate
Hi,
I have below script in logrotate.d to rotate logs.
logs are not rotating after the file grow to 1k, do you have any idea? Is it because of it just only 1K?
Please let me know if the below...
1,293
Posted By lpprasad321
Can you explain above command? Thanks for...
Can you explain above command?

Thanks for your help.
1,293
Posted By lpprasad321
Log archive
Hi,

I am trying to move old file to archive folder.

find /sourcedirectory/logs/* -type f -mtime +30 -exec mv "{}" /sourcedirectory/logs/archive \;


The above command not only search for...
Showing results 1 to 5 of 5

 
All times are GMT -4. The time now is 01:00 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy