Linux and Unix nischttl command
Quick links
About nischttl
Syntax
Examples
Related commands
Linux and Unix main page
Change the time to live value of a NIS+ object.
nischttl [-A] [-f] [-L] [-P] time name
| -A | Modify all tables in the concatenation path that match the search criterion specified in name. This option implies the -P switch. |
| -f | Force the operation and fail silently if it does not succeed. |
| -L | Follow links and change the time to live of the linked object or entries rather than the time to live of the link itself. |
| -P | Follow the concatenation path within a named table. This option only makes sense when either name is an indexed name or the -L switch is also specified and the named object is a link pointing to entries. |
| time | New time to live value (ttl) of the NIS+ object. |
| name | Name of the NIS object. |
nischttl 1h30m '[uid=99],passwd.org_dir' - Change the ttl for a password entry.
