Post

Replies

Boosts

Views

Activity

Comment on When "/tmp" and $TMPDIR directory are cleaned up in macOS?
typo: "didn't not get" ==> "did not get" or "didn't get" 😅
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Feb ’23
Comment on When "/tmp" and $TMPDIR directory are cleaned up in macOS?
i can't find what's actually deleting the files in $TMPDIR but un-accessed files get deleted after 3 days according to "man confstr". % man confstr ... _CS_DARWIN_USER_TEMP_DIR ... By default, files in this location **may be cleaned (removed) by the system if they are not accessed in 3 days.** ... % getconf DARWIN_USER_TEMP_DIR /var/folders/xx/xxxx_xxxx/T/
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Feb ’23