Linked by Thom Holwerda on Wed 27th Jun 2007 18:45 UTC, submitted by BlueVoodoo
Thread beginning with comment 251081
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
RE[3]: Unix filesystem is for Geeks only....
by fsckit on Thu 28th Jun 2007 00:03
in reply to "RE[2]: Unix filesystem is for Geeks only...."
It's even easier than that. I have not yet met a Linux or BSD that didn't have the which command.
[jamesb@loki ~]$ which vim
/bin/vim
And yes, you are correct. dpkg, rpm, and slackware's package tools all have facilities for listing the file locations of anything in any package. I believe we both may be wasting our time though. The original poster is just another troll.





Member since:
2006-09-18
Joe user or even Joe developer has no idea where the program files goes after installation.
This bothered me when I first started to use Linux. I liked to know where my programs were on Windows, and the thought of them being scattered around the file system was disturbing to me.
I don't know, but doesn't most distros have some util for that.
In gentoo:
equery files package
and you get a list with all the files that belongs to that package.
Edited 2007-06-27 21:06