PDA

View Full Version : /tmp Problem



Ankit_bond2005
June 28th, 2004, 09:37
Hello,
I have bought a new Server & i forgot to secure its /tmp.
Now my /tmp is full & i want to change the quota or size of the /tmp partition can anybody tell me how ?

Thanks,
Ankit

Robert
June 28th, 2004, 12:01
you have to redo the partitions... you can empty tmp tho.

Ankit_bond2005
June 28th, 2004, 12:55
well how can i empty it ?

& would be alright if i empty it ? Any loss of data or anything ?

x8r
June 29th, 2004, 19:48
SSH into your server and type

rm -rf /tmp and it will delete your whole /tmp directory or

rm -rf/tmp/filename and you can pick the ones you delete.

Be careful though, some programs can put files in your /tmp folder that you need.

Another word of caution make sure you type the whole thing out or copy and paste it all in because if you type rm -rf / you will delete your whole server.

GregT
July 3rd, 2004, 20:21
rm -rf /tmp/*

wannabe
July 22nd, 2004, 23:44
Open internet explorer and go to the internet options from the tools menu click on settings button and then increase the slider to the maximum. click on OK

GregT
July 23rd, 2004, 00:32
Open internet explorer and go to the internet options from the tools menu click on settings button and then increase the slider to the maximum. click on OK


Let me guess, your an idiot, right ?
Try reading the topic before posting next time.