Re: How to locate which hard drive having certain program?
"jdow" <[email protected]>
| Newsgroups | gmane.linux.redhat.release.enigma |
|---|---|
| Message-ID | <[email protected]> |
From: "Oisin C. Feeley" <[email protected]> > >eg > >[YYYY@XX ~]$ which Mail > >/usr/bin/Mail > >[YYYY@XX ~]$ df /usr/bin ^^^^ Note I stripped off the file name and used only the path. > >Filesystem 1k-blocks Used Available Use% Mounted on > >/dev/hda9 5044156 2351092 2436832 50% /usr > >[YYYY@XX ~]$ > > > >This has the handy side effect of telling you some additional useful data. > > > > Much better! For some reason I had only ever used "df" on directories > (when of course everything is a file in *NIX). Very handy. {^_^}