#find /tmp -xdev -ls |awk '{print $7 " " $11}' |sort -nr |head -25 ==>to chk the files using high space in /tmp FS
#find /tmp -xdev -type l -exec ls -l {} \; ==>To list all link files/dir's in /tmp FS
===Draft : Work on Progress====
#find /tmp -xdev -type l -exec ls -l {} \; ==>To list all link files/dir's in /tmp FS
===Draft : Work on Progress====
No comments:
Post a Comment