Forum Moderators: travelin cat

Message Too Old, No Replies

tiger server/*nix function

how to's?

         

syktek

1:19 pm on Jun 29, 2005 (gmt 0)

10+ Year Member



there are certain functions of unix that don't come compiled for shell use like make, addgroup, adduser...

are there any ways of compiling these functions into os x?

10.4.1
bash shell

thanks.

timster

2:33 pm on Jun 29, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Install the developer tools. (They came with Tiger.)

[developer.apple.com ]

BjarneDM

5:16 am on Jul 7, 2005 (gmt 0)

10+ Year Member



the developer tools comes with everything needed to develop Mac applications - including make.

howeverm, adduser and addgroup don't. These are supplanted by the niutil (niutil , nidump , niload) suite of command line utilities and Netinfo Manager

this is a good place to start learning more and how-to: [macosxhints.com...]