Search Results

Search: Posts Made By: kkm
6,823
Posted By MadeInGermany
The find command must stay on the file system,...
The find command must stay on the file system, otherwise it would run for *ages*.
Also it's a good idea to search for recently modified files
find / -xdev -type f -size +10000 -mtime -30
BTW often...
6,823
Posted By RudiC
I'd seriously doubt that a university host would...
I'd seriously doubt that a university host would run out of its root file system space, not with the IT depts that your normally would expect in such environment - so I'd suspect you're chrooted, and...
6,823
Posted By RavinderSingh13
Hello kkm, You haven't mentioned which O.S...
Hello kkm,

You haven't mentioned which O.S you are using? In case you are on *NIX system you could use uname -a command to check O.S complete details. Then you could check your file system's...
Showing results 1 to 3 of 3

 
All times are GMT -4. The time now is 12:59 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy