hello
i m just a learner of linux command. I have a linux server and the server is full, there is no space for my user to print how do i make some space on the server what is the command to view the files that are taking big space, like temporary files and like that and what is the command to delete those unnecessary files to make some space.
Go check out /tmp or /usr/tmp for files that could probably leave without an issue.
df -h will show you a little bit.
and rm deletes.
__________________
I rarely give code examples.
No, I have never used IIS or Windows of any kind as a web server. Get a real OS!
Please don't PM me, I won't respond.
I like to use du for this. to get the command just how you want it check the man pages. I think the syntax for depth is different for on some versions. On mine I would use something like this:
Code:
du -h -d=2 /Path/to/directory/
This will look 2 directories deep and make sizes human readable.
Must read Review for Serious PHP Developers
NuSphere PhpED 5.0
: The Staff of php-editors.com recently spent a few days working with NuSphere
PhpED 5.0
(a popular PHP IDE) and
NuCoder 1.4
(a PHP Encoding Utility), read up on all the details.