<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body><div>Aaron, that got its attention. Could you explain why, that is what it meant by /root not being in my path?<br></div>
<div>&nbsp;</div>
<div><span class="font" style="font-family:menlo, consolas, 'courier new', monospace, sans-serif"><b>[root@vslaw2 ~]# ls</b></span><br></div>
<div><span class="font" style="font-family:menlo, consolas, 'courier new', monospace, sans-serif"><b>anaconda-ks.cfg &nbsp;install.log &nbsp;install.log.syslog &nbsp;server_setup.sh</b></span><br></div>
<div>&nbsp;</div>
<div>Anyway, on running the script that way, i.e., <b>./server_setup.sh</b>, I saw a different error:<br></div>
<div>&nbsp;</div>
<div><span class="font" style="font-family:menlo, consolas, 'courier new', monospace, sans-serif"><b>[root@vslaw2 ~]# ./server_setup.sh</b></span><br></div>
<div><span class="font" style="font-family:menlo, consolas, 'courier new', monospace, sans-serif"><b>-bash: ./server_setup.sh: /bin/bash^M: bad interpreter: No such file or directory</b></span><br></div>
<div>&nbsp;</div>
<div>Bill, result of your suggestion is below. I don't know what it means though.<br></div>
<div>&nbsp;</div>
<div><span class="font" style="font-family: menlo, consolas, &quot;courier new&quot;, monospace, sans-serif;"><b>[root@vslaw2 ~]# echo $PATH | tr \: \\012 | egrep "^(\.|`pwd`)" || echo "path problem"</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>/root/bin</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>[root@vslaw2 ~]#</b></span><br></div>
<div>&nbsp;</div>
<div>On Wed, May 13, 2015, at 13:56, Aaron Howard wrote:<br></div>
<blockquote type="cite"><p dir="ltr">/root is not in your path.<br></p><p dir="ltr">Try ./server_setup.sh<br></p><div><div>On May 13, 2015 1:55 PM, "Steve VanSlyck" &lt;<a href="mailto:s.vanslyck@postpro.net">s.vanslyck@postpro.net</a>&gt; wrote:<br></div>
<blockquote style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0.8ex;border-left-width:1px;border-left-color:rgb(204, 204, 204);border-left-style:solid;padding-left:1ex;"><div><u></u><br></div>
<div><div>I have a script.&nbsp;The first line is<br></div>
<div>&nbsp;</div>
<div><span class="font" style="font-family:menlo, consolas, 'courier new', 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, 'courier new', monospace, sans-serif"><b>[root@vslaw2 ~]# server_setup.sh</b></span><br></div>
<div><span class="font" style="font-family:menlo, consolas, 'courier new', 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, 'courier new', monospace, sans-serif"><b>[root@vslaw2 ~]# ls -lsap /bin/bash</b></span><br></div>
<div><span class="font" style="font-family:menlo, consolas, 'courier new', 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, 'courier new', monospace, sans-serif"><b>[root@vslaw2 ~]# ls -lsap server_setup.sh</b></span><br></div>
<div><span class="font" style="font-family:menlo, consolas, 'courier new', 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:rgb(255, 0, 0)">(And by the way I seriously appreciate all the help!)</span><br></div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>Steve<br></div>
</div>
<div>&nbsp;</div>
<div>_______________________________________________<br></div>
<div>colug-432 mailing list<br></div>
<div><a href="mailto:colug-432@colug.net">colug-432@colug.net</a><br></div>
<div><a href="http://lists.colug.net/mailman/listinfo/colug-432">http://lists.colug.net/mailman/listinfo/colug-432</a><br></div>
<div>&nbsp;</div>
</blockquote></div>
<div><u>_______________________________________________</u><br></div>
<div>colug-432 mailing list<br></div>
<div><a href="mailto:colug-432@colug.net">colug-432@colug.net</a><br></div>
<div><a href="http://lists.colug.net/mailman/listinfo/colug-432">http://lists.colug.net/mailman/listinfo/colug-432</a><br></div>
</blockquote><div>&nbsp;</div>
</body>
</html>