5.86) 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

PREV INDEX NEXT