Linode Forum
Linode Community Forums
 FAQFAQ    SearchSearch    MembersMembers      Register Register 
 LoginLogin [ Anonymous ] 
Post new topic  Reply to topic
Author Message
 Post subject:
PostPosted: Fri Oct 16, 2009 11:10 pm 
Offline
Senior Member

Joined: Sun Aug 02, 2009 1:32 pm
Posts: 222
Website: https://www.barkerjr.net
Location: Connecticut, USA
Well, deleting the contents of the directory will not really be good enough. The problem is that the directory itself is probably several MB big. Do "ls -l /var/lib/php5" to see how much space the directory listing is using. You don't want to leave all that space allocated.

mv /var/lib/php5/session /var/lib/php5/session.old
mkdir /var/lib/php5/session
chmod 777 /var/lib/php5/session
chmod +t /var/lib/php5/session
rm -r /var/lib/php5/session.old


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
RSS

Powered by phpBB® Forum Software © phpBB Group