FPRO
Section: User Commands (1)
Updated: 8 December 1991
Index
Return to Main Contents
NAME
fprocmd, fpro - get or set permissions for directories in the FSP database
SYNOPSIS
fprocmd
[
+c|-c|+d|-d
]
directory
...
fpro
[
+c|-c|+d|-d
]
directory
...
DESCRIPTION
If no flags are specified, for each file named in the argument list,
fprocmd
displays the current permission settings for each directory named.
If a flag is present (only one may be specified each time),
fprocmd
will perform the following operations
and display the resulting settings for each named directory:
- +c
-
Give others permission to create new items.
- -c
-
Deny others permission to create new items.
- +d
-
Give others permission to delete old items.
- -d
-
Deny others permission to delete old items.
fprocmd
will perform
csh
file name globbing based on file and directory information
obtained from the FSP database.
Since user's command shells generally cannot do the proper globbing for
this program, it is recommended that user defines a shell alias or
fucntion to turns off command shell globbing before running this program.
csh
example:
alias fpro \(set noglob\; exec fprocmd \!\*\)
ENVIRONMENT
The following variables associate this program with a FSP database:
- FSP_HOST
-
The name or internet number of the machine with the FSP server.
- FSP_PORT
-
The port number of the UDP socket used by the FSP server.
- FSP_LOCALPORT
-
The port number of the UDP socket used by FSP client utilities.
The only reason to define this varable is to ensure mutual
exclusion of client commands when none of the udp packet
multiplexing mechanisms are enabled during compile time.
You may pick any number not currently used for other purposes.
- FSP_DIR
-
The current working directory of the client in the FSP database.
The root of the database is /.
SEE ALSO
fcatcmd(1), fcdcmd(1), fgetcmd(1), fgrabcmd(1), flscmd(1), fmkdir(1),
fprocmd(1), fput(1), frmcmd(1), frmdircmd(1), fver(1), fspd(1)
Index
- NAME
-
- SYNOPSIS
-
- DESCRIPTION
-
- ENVIRONMENT
-
- SEE ALSO
-
This document was created by
man2html,
using the manual pages.
Time: 01:51:09 GMT, July 11, 2022