Skip to main content

below i post the pic ,anybody fix the issue .i dont known whats going wrong in pipeline or command terminal

 

You are trying to execute a text file, hence the ‘permission denied’. Use ‘cat’ to inspect the contents of the file. E.g.:

cat /tmp/my_random_file

 


@alberfc its working

 


Reply