Unix United Professionals
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Full Filesystems

2 posters

Go down

Full Filesystems Empty Full Filesystems

Post by Admin Thu Apr 10, 2008 1:20 pm

Here is a little tip to find the largest files in a directory that are taking up space. For example /var/tmp (works with Solaris and Linux)

find /var/tmp -type f -xdev | xargs ls -sltr | sort -nr | head -20

Admin
Admin

Posts : 4
Join date : 2008-04-10

https://unixunitedprof.board-directory.net

Back to top Go down

Full Filesystems Empty Re: Full Filesystems

Post by appsdbar12 Tue Apr 16, 2013 2:05 pm

nice work

appsdbar12

Posts : 2
Join date : 2013-04-16

Back to top Go down

Full Filesystems Empty rpm's dependencies

Post by appsdbar12 Tue Apr 16, 2013 2:07 pm

i have tried to install rpm's packages in linux 6.3
but it give me some error like :
rpm -Uvh elfutils-libelf-0*

error: Failed dependencies:
ld-linux.so.2 is needed by elfutils-libelf-0.152-1.el6.i686
ld-linux.so.2(GLIBC_2.3) is needed by elfutils-libelf-0.152-1.el6.i686
libc.so.6 is needed by elfutils-libelf-0.152-1.el6.i686
libc.so.6(GLIBC_2.0) is needed by elfutils-libelf-0.152-1.el6.i686
libc.so.6(GLIBC_2.1) is needed by elfutils-libelf-0.152-1.el6.i686
libc.so.6(GLIBC_2.1.3) is needed by elfutils-libelf-0.152-1.el6.i686

any help on this !!

appsdbar12

Posts : 2
Join date : 2013-04-16

Back to top Go down

Full Filesystems Empty Re: Full Filesystems

Post by Sponsored content


Sponsored content


Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum