My /tmp folder is readonly ... WHY ?

Hi

My /tmp folder is readonly … WHY ? Can some explain how to solve ?

TNX

1 Reply

ls -ld /tmp
df -h /tmp
date > /tmp/DATE_TEST

Maybe these will show something in the way of an answer.

If it's just the filemode then (as root)
chmod ugo=rwx /tmp
chmod +t /tmp

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct