Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Enable root user in Lion. #382578
    arksyne
    Participant

    David,

    The command is “dsenableroot -u adminname -p adminpassword -r rootpassword“. So if your admin’s named admin and the password is pwd, and you want to set the root password to rooty:

    #!/bin/bash
    dsenableroot -u admin -p pwd -r rooty

    in reply to: Developer Tools 4 #380927
    arksyne
    Participant

    I just realized that Dev Tools 3 is still available for download. I guess that is what I will be including; few of my users care about having the newest XCode, anyway.

Viewing 2 posts - 1 through 2 (of 2 total)