source: trunk/athena/bin/neos/fxcreate.1 @ 13635

Revision 13635, 1.3 KB checked in by danw, 25 years ago (diff)
NEOS clients, from athena/lib/neos/clients
Line 
1.TH FXCREATE 1 "November 2, 1990"
2.SH NAME
3fxcreate \- create a file exchange
4.SH SYNOPSIS
5fxcreate [ options ] name [ user ... ]
6.SH DESCRIPTION
7A file exchange is created with the name given.  The user who ran
8fxcreate will be given grader and maintainer access to the new file
9exchange, as will any users named on the command line.
10
11Not all users are authorized to create file exchanges.
12.SH OPTIONS
13All options are recognized by their first letter.  For example,
14-course is usually abbreviated -c, but -class or -co would also be
15recognized, because each starts with the letter c.
16.TP
17.B -course \fIcourse\ name\fR
18Deal with access control lists
19for this course until the end of the command line or until another -c
20option is found.  For compatibility with
21.I fxblanche,
22the -c may be omitted.
23.TP
24.B -quiet
25Turns off printing of status information.
26.TP
27.B -verbose
28Turns on printing of status information.  This is the default.
29.SH EXAMPLE
30
31.nf
32fxcreate 1.00 lerman
33.fi
34
35In this example, a file exchange is named 1.00, and lerman is given
36grader and maintainer access, along with the user who typed the
37command.
38.SH DIAGNOSTICS
39If you expect to see a full name and instead see ``(no hesiod info)'',
40then you have probably mistyped a username.
41.SH SEE ALSO
42fxblanche(1), fxdestroy(1)
43.SH AUTHOR
44Bruce R. Lewis (brlewis@ATHENA.MIT.EDU)
Note: See TracBrowser for help on using the repository browser.