-2

enter image description hereI had initially copied the file from my school directory to tmp, but now I cant find it in /tmp and I'm really confused cause it showed me that the file was copied

1 Answers1

1

if this is a unix system and /tmp is the system tmp folder, it is possible that file was purged. many unix systems clean these folders up automatically every 10 to 30 days. /tmp is not a good place to store files.

ksh
  • 86
  • 6