I am via a ssh connectioned to our Ubuntu server.
There i have python script (named f2.py) that has to run four 2 days every hour there is print statement inside the python file.
Why does this not create a file?:
Code:nohup python -u f2.py >> home/jen/nohup.txt &
Bookmarks