Quote:
Originally Posted by druuna
Hi,
Assuming that /tmp is not a partition, execute the following (as root):
Code:
mkdir /tmp
chmod 1777 /tmp
Hope this helps.
|
First,Thank you for your help!
I know "chmod 777 file" means change the file mode to "rwxrwxrwx",
but I can't reach the "1" in command "chmod 1777 /tmp".
could you make it clear?
And what if /tmp is a partition?
Wait for your reply.