2

Is there any programming interface or CLI for changing network or file sharing settings in OS X Leopard?

Ned Batchelder
  • 364,293
  • 75
  • 561
  • 662

1 Answers1

1

It is called dscl (Directory Service command line utility).

dacracot
  • 22,002
  • 26
  • 104
  • 152
  • After doing some research on dscl, this is exactly what I was looking for. Thanks for pointing me in the right direction. –  Oct 01 '08 at 16:04
  • dscl can also be used to change a user's ID/group/etc. Took a while to figure out how to do this, but it can be done! – Matthew Schinckel Nov 09 '08 at 22:07