<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body><div>I have a script.&nbsp;The first line is<br></div>
<div>&nbsp;</div>
<div><span class="font" style="font-family: menlo, consolas, &quot;courier new&quot;, monospace, sans-serif;"><b>#!/bin/bash</b></span><br></div>
<div>&nbsp;</div>
<div>When I run the script,&nbsp;I get a command not found error:<br></div>
<div>&nbsp;</div>
<div><span class="font" style="font-family: menlo, consolas, &quot;courier new&quot;, monospace, sans-serif;"><b>[root@vslaw2 ~]# server_setup.sh</b></span><span class="font" style="font-family: menlo, consolas, &quot;courier new&quot;, monospace, sans-serif;"><b><br></b></span></div>
<div><span class="font" style="font-family: menlo, consolas, &quot;courier new&quot;, monospace, sans-serif;"><b>-bash: server_setup.sh: command not found</b></span><br></div>
<div>&nbsp;</div>
<div>I see bash at /bin . . .<br></div>
<div><span class="font" style="font-family: menlo, consolas, &quot;courier new&quot;, monospace, sans-serif;"><b>[root@vslaw2 ~]# ls -lsap /bin/bash<br></b></span></div>
<div><span class="font" style="font-family: menlo, consolas, &quot;courier new&quot;, monospace, sans-serif;"><b>884 -rwxr-xr-x 1 root root 904872 Oct 16 &nbsp;2014 /bin/bash</b></span><br></div>
<div>&nbsp;</div>
<div>. . . and my script appears to have the correct permissions<br></div>
<div><span class="font" style="font-family: menlo, consolas, &quot;courier new&quot;, monospace, sans-serif;"><b>[root@vslaw2 ~]# ls -lsap server_setup.sh<br></b></span></div>
<div><span class="font" style="font-family: menlo, consolas, &quot;courier new&quot;, monospace, sans-serif;"><b>8 -rwxr-xr-x 1 root root 4232 May 13 13:40 server_setup.sh</b></span><br></div>
<div>&nbsp;</div>
<div>Anyone have an idea what I'm doing wrong?<br></div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div><span class="colour" style="color: #ff0000">(And by the way I seriously appreciate all the help!)</span><br></div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>Steve<br></div>
</body>
</html>