|
Quick links About
nischttl Syntax Examples
Related commands Linux / Unix main page
About nischttl
Change the time to live value of a NIS+ object.
Syntax
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. |
Examples
nischttl 1h30m '[uid=99],passwd.org_dir' -
Change the ttl for a password entry.
Related commands
nischmod
nischown nisdefaults
nismatch
|