You are not logged in.

#1 19 Sep 2013 03:39

tee730
New Member
Registered: 19 Sep 2013
Posts: 1

Inodes full

How can I delete some stuff and clean it out so I can get my website back up and running?

Offline

#2 19 Sep 2013 14:58

Giacomo
Member
From: Italy
Registered: 20 Oct 2011
Posts: 42

Re: Inodes full

I found this, click

Code

find /path/to/directory -type f -exec rm {} \;

or

ls -1 /path/to/directory | xargs -I{} rm {}

Please read the discussion.

Offline

Board footer

Powered by