The permissions on /tmp are wrong after a reboot?

The permissions on /tmp are wrong after a reboot?



The tmpfs filesystems takes on the permissions from the underlying
mount point. In order to fix /tmp, you need to boot single user and
execute the following two commands:



chmod 1777 /tmp
chown root:sys /tmp





Home
FAQ