Re: Source code for user utilities

2007-01-16 Thread Pranav Sawargaonkar
Thanks for the help. I got it in /usr/src/bin -Pranav On 1/16/07, Dan Nelson [EMAIL PROTECTED] wrote: In the last episode (Jan 16), Mike Meyer said: In [EMAIL PROTECTED], Pranav Sawargaonkar [EMAIL PROTECTED] typed: Can any one tell me from where i can get source code of user level

Source code for user utilities

2007-01-15 Thread Pranav Sawargaonkar
Hi Can any one tell me from where i can get source code of user level utilities (eg. ls, top etc.) Does FreeBSD also uses coreutils for these user utilities like linux does ? TIA -Pranav ___ freebsd-hackers@freebsd.org mailing list http

Re: Source code for user utilities

2007-01-15 Thread Mike Meyer
In [EMAIL PROTECTED], Pranav Sawargaonkar [EMAIL PROTECTED] typed: Hi Can any one tell me from where i can get source code of user level utilities (eg. ls, top etc.) Look in /usr/src on a FreeBSD system: /usr/src/bin, /usr/src/usr.bin, etc. Or try whereis command: bhuda% whereis ls ls: /bin

Re: Source code for user utilities

2007-01-15 Thread Dan Nelson
In the last episode (Jan 16), Mike Meyer said: In [EMAIL PROTECTED], Pranav Sawargaonkar [EMAIL PROTECTED] typed: Can any one tell me from where i can get source code of user level utilities (eg. ls, top etc.) Look in /usr/src on a FreeBSD system: /usr/src/bin, /usr/src/usr.bin, etc

Re: Source code for user utilities

2007-01-15 Thread Konrad Heuer
On Tue, 16 Jan 2007, Pranav Sawargaonkar wrote: Can any one tell me from where i can get source code of user level utilities (eg. ls, top etc.) Does FreeBSD also uses coreutils for these user utilities like linux does ? The source code is part of the FreeBSD distribution; you can find

Re: Source code for user utilities

2007-01-15 Thread LI Xin
Pranav Sawargaonkar wrote: Hi Can any one tell me from where i can get source code of user level utilities (eg. ls, top etc.) Use 'which foo' to get the directory. Typically you can rely on the following map: /bin - /usr/src/bin /sbin - /usr/src/sbin /usr/bin - /usr/src/usr.bin /usr/sbin