All Packages Class Hierarchy This Package Previous Next Index
Class jnfs.UserTool
java.lang.Object
|
+----jnfs.UserTool
- public class UserTool
- extends Object
Command-line user management tool.
usage: java jnfs.UserTool [-r host] {add | new | del | list}
[user(s) | identity_file(s)]
- The -r option uses the UserManager interface on
host instead of locally.
- The
add argument takes a list of files. Each
file should consist of a serialized a FileSystemUser.
- The
new and del options both take a
a list of usernames. The del option removes each user
specified; the new option creates
FileSystemUsers and FileSystemSigners for
each username specified.
- The
list option takes no other arguments.
- Version:
- $Id: UserTool.java,v 1.23 1997/05/20 17:59:39 mjr Exp $
- Author:
- Michael John Radwin
-
main(String[])
- Run the
UserTool utilitiy.
main
public static final void main(String args[])
- Run the
UserTool utilitiy.
All Packages Class Hierarchy This Package Previous Next Index