All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----jnfs.UserTool
usage: java jnfs.UserTool [-r host] {add | new | del | list} [user(s) | identity_file(s)]
host
instead of locally.
add
argument takes a list of files. Each
file should consist of a serialized a FileSystemUser
.
new
and del
options both take a
a list of usernames. The del
option removes each user
specified; the new
option creates
FileSystemUser
s and FileSystemSigner
s for
each username specified.
list
option takes no other arguments.
UserTool
utilitiy.
public static final void main(String args[])
UserTool
utilitiy.
All Packages Class Hierarchy This Package Previous Next Index