I have a python script running on my rpi, which is starts from rc.local file. The script itself is working fine as it should, silently in background without opened terminal window. But in case I want to access the terminal it's running on and see the output how can I do that? Thanks!
Asked
Active
Viewed 452 times
1 Answers
0
It's not running in any terminal, so there's nothing to see. Terminal is an interactive program that can use to start jobs and receive output. Programs can run other ways - For example launched from graphical desktop or via script as you have done.
Brick
- 1,375
- 2
- 14
- 20