Solved

how to saw the local fs in command terminal

  • 20 December 2022
  • 2 replies
  • 48 views

Userlevel 2

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

 

icon

Best answer by albertfc 20 December 2022, 18:50

View original

2 replies

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