<div dir="ltr"><div>A couple of things that might be the issue, or at least reasonable guesses.</div><div>1. Something in readin is trying to access a resource that does not exist on this machine</div><div>2. permissions are set wrong on readin (needs to be x etc)</div><div>3. Something like ACL rules were set on readin <br></div><div><a href="https://tylersguides.com/guides/linux-acl-permissions-tutorial/">https://tylersguides.com/guides/linux-acl-permissions-tutorial/</a></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Oct 5, 2020 at 5:09 PM joe--- via PLUG-discuss <<a href="mailto:plug-discuss@lists.phxlinux.org">plug-discuss@lists.phxlinux.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">In my /home/joe/bin directory, I have hundreds of<br>
shell scripts that I use for various utilities.<br>
<br>
Recently, thanks to advice from Matt Graham, I added these<br>
lines to .bashrc which got most of those utilities to work:<br>
<br>
export PATH=/home/joe/path:$PATH<br>
<br>
However, one of the files in /home/joe/bin is a proprietary<br>
binary file named 'readin' that functions like a "hot key"<br>
<br>
It works fine on my other Linux boxes, but since I copied my<br>
entire 'bin' directory onto another Linux machine, I can't<br>
get 'readin' to work on this machine.<br>
<br>
In fact, it cannot even be "found" even though it is certainly<br>
there in /home/joe/bin ... but when I type readin at the command<br>
line, I get this message:<br>
<br>
joe@drifter:~/bin$ /home/joe/bin/readin<br>
bash: /home/joe/bin/readin: No such file or directory<br>
<br>
Hope someone can explain why 'readin' is not found<br>
when it is actually there.<br>
---------------------------------------------------<br>
PLUG-discuss mailing list - <a href="mailto:PLUG-discuss@lists.phxlinux.org" target="_blank">PLUG-discuss@lists.phxlinux.org</a><br>
To subscribe, unsubscribe, or to change your mail settings:<br>
<a href="https://lists.phxlinux.org/mailman/listinfo/plug-discuss" rel="noreferrer" target="_blank">https://lists.phxlinux.org/mailman/listinfo/plug-discuss</a></blockquote></div>