You have scriptfile located in /opt folder. You need to execute it. There are following ways, each line represents different way. /opt/scriptfile source /opt/scriptfile cd /opt; ./scriptfile sh /opt/scriptfile (or bash /opt/scriptfile) cd /opt; sh scriptfile . ./scriptfile … [Read more...] about Executing scrips six different ways…