Skip to main content
Solved

how to saw the local fs in command terminal

  • December 20, 2022
  • 2 replies
  • 64 views

lakshmi_narayanan_t
Discovered Fame

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

 

Best answer by albertfc

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

 

View original
Did this topic help you find an answer to your question?

2 replies

albertfc
Roadie
  • Roadie
  • 7 replies
  • Answer
  • December 20, 2022

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