Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
/tmp #3
Comments
|
Fixed in master and devel branch. Now the files inside /tmp will be deleted instead of the directory so permissions will remain as they were: rm -rf /tmp/* /tmp/.??* |
fluxer
closed this
Jan 30, 2012
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
kerroncheddie commentedJan 29, 2012
file/folder permissions needs to be set
mkdir /tmp seems to mess up the usage of the folder
but chmod 1777 /tmp seems to fix the issue.
hope this helps.