I need to make a script that gets from the user the following:
1) Process name (on linux).
2) The log file name that this process write to it.
It needs to kill the process and verify that the process is down. Change the log file name to a new file name with the time and date. And then run the process again, verify that it's up in order it will continue to write to the log file.
Thanks in advance for the help.