1、修改 tmp 目录所属用户为 root,用户组为 root

chown -R root:root /tmp
1
2、修改 tmp 目录为可写权限

chmod -R 777 /tmp