1 03/16/75 get_access
2
3 Syntax: get_access pathname
4
5 Syntax as active function: get_access pathname
6
7
8 Function: This routine is used to get the user's effective access
9 to a segment or directory possibly pointed to by a link. When
10 used as a command, the effective access modes are printed at the
11 terminal. The active function returns the effective access modes.
12 In either use, if the pathname refers to a link, the effective
13 access to the target of the link is produced.
14
15
16 Arguments:
17 pathname
18 the relative pathname of a segment or directory whose access is
19 to be determined.