I have created a Linux script (.sh) which will look for a particular file, e.g. ready.txt, and if the file is present on the Linux Server (BO) machine, my script will rename it to done.txt. It is a basic Linux script which will just do the renaming. Now, when I execute this script on my Linux...