Name
niutil
Synopsis
niutil command [-T timeout] [(-p|-P password)] [-u user] [-R] [-t] arguments
Use niutil to modify entries in the NetInfo
database. You can manipulate directories and properties with
niutil.
Options
-
-Ttimeout Specifies a timeout in seconds.
-
-p Prompts for a password. You can use this instead of prefixing the command with
sudo.-
-Ppassword Uses the specified password.
-
-uuser Uses the specified user’s identity when running the command. You’ll be prompted for a password.
-
-R Retries the operation if the NetInfo server is busy.
-
-t Treats the domain as a tagged domain, which includes a machine name and a tagged NetInfo database.
Commands and arguments
-
niutil-createoptionsdomainpath Creates a NetInfo directory specified by
path. For example, the first step in creating a user is to create their directory withniutil-create./users/username.-
niutil-destroyoptionsdomainpath Destroys the specified path and all its contents.
-
niutil-createpropoptionsdomainpathpropkey[val...] Creates a property (specified by
propkey) under the NetInfo directory specified bypath. You can create a list by specifying multiple values.-
niutil-appendpropoptionsdomainpathpropkeyval... Appends a value to an existing property. The property is created if it does not already exist.
-
niutil-mergepropoptionsdomainpathpropkeyval... This is like
-appendprop, but if the value already exists, it is not added.-
niutil-insertvaloptionsdomainpathpropkeyvalindex This ...