Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

what is 127 of echo $?

The 127 error code indicates “command not found”. This occurs when any given command within your Bash script or on Bash command line is not found in any of the paths defined by PATH system environment variable. The solution is to make sure that the command your are using can be found within your $PATH.
 
PREVIOUS NEXT
Tagged: #echo
ADD COMMENT
Topic
Name
4+4 =