search for: this_does_not_exist

Displaying 1 result from an estimated 1 matches for "this_does_not_exist".

2006 Apr 20
0
SSH and file descriptors
Let me start with "I am not sure if problem I describe is really ssh problem" so excuse me in that case. I've needed to make a login shell wrapper for one of users (an example below) to my own script: <script> #!/bin/bash ls -la /this_does_not_exist /etc/passed </script> (shebang with -l or -i does not affect the problem) Real script does not matter, this example is to show you that I cant use error descriptor here;\ When I run this script while being logged on machine I get: <typescript> user at machine ~ $ /usr/local/bin/...