Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Click here to start participating now! Also, check out the New User Guide.
View only local filesystems
Name: rkelg Date: August 17, 2006 at 04:28:28 Pacific OS: AIX 5L CPU/Ram: 1 Product: 1
Comment:
In my monitoring script I now monitor all the filesystems mounted (local & NFS). I want to adapt this so that only local filesystems are monitored, not the NFS. On HP I can find "bdf -l". Is there a command on AIX too to get only the local filesystems? "df -l" does not work!
Summary: If you're looking for the top 20 files you can use the find command like this: # all on one line: find ./fs1 ./fs2 -follow -mount -type f -print | xargs ls -l | sort -r -n -k 5,5 | head -20 Running fr...
Summary: Hi All, when I do a bdf -l I see this on a HP Unix Server. /dev/vg09/lvDTTsapdata7 17408000 17189376 217048 99% /oracle/DTT/sapdata7 /dev/vg09/lvDTTsapdata6 17...
Summary: Hi everyone, relatively new to unix here. Anyhow I wish to view a really large log file on our unix box. I am logging in from windows using putty and ftp is turned off on the box. have tried using v...