I am trying to create/retrieve temporary files in a directory named /tmp
I created a tmp directory myself (as below). Is it possible the tmp directory I should be accessing is located elsewhere?
Thank you for your time.
CodePudding user response:
After checking your picture it seems you are trying to write into ./tmp
instead of /tmp
is this right?