Open System Services System Calls Reference Manual (G06.25+, H06.03+)

lename(5) OSS System Calls Reference Manual
a single slash.
An absolute pathname begins with a slash character. An absolute pathname
identies an OSS le with respect to the current root directory.
A relative pathname does not begin with a slash character. A relative pathname
identies an OSS le with respect to the current working directory.
The lename_1 parameter species a directory. If lename_1 is a single period
character (., called dot), then lename_1 indicates the OSS current working
directory.
If lename_1 is two period characters (.., called dot-dot), then lename_1 indi-
cates the parent directory of the OSS current working directory.
The lename_2 parameter species either another directory or the unique
identier for a le other than a directory within the lename_1 directory. If
lename_2 species a directory, then a lename_3 parameter can be specied,
with the same constraints as for lename_2, and so on. The last lename_n
parameter specied must uniquely identify a le that is not a directory.
All lename_n parameters must meet the requirements for the lename parame-
ter.
node_name Species the NonStop server node name used by the Expand product for access
to les on other nodes. A node name is a character string of up to seven valid
characters. Valid characters are the letters a through z and the digits 0 through 9.
(Uppercase letters A through Z are accepted but converted to lowercase letters.)
The rst character must be a letter. Node names specied in the OSS le system
do not begin with a backslash (\).
volume_name Species the disk volume containing the le. A volume name is a character
string of up to seven valid characters. Valid characters are the letters a through z
and the digits 0 through 9. (Uppercase letters A through Z are accepted but con-
verted to lowercase letters.) The rst character must be a letter.
subvolume_name
Species the disk subvolume (prex) of the le identier. A subvolume name is
a character string of up to eight valid characters. Valid characters are the letters
a through z and the digits 0 through 9. (Uppercase letters A through Z are
accepted but converted to lowercase letters.) The rst character must be a letter.
file_id Species the unique identier of the le within its subvolume. A le identier is
a character string of up to eight valid characters. Valid characters are the letters
a through z and the digits 0 through 9. (Uppercase letters A through Z are
accepted but converted to lowercase letters.) The rst character must be a letter.
temp_file_id Species the unique identier of the le within its disk volume. A temporary le
identier is a character string of two to eight valid characters. The rst character
must be a number sign (#). Valid characters for the rest of the string are the
digits 0 through 9.
device_name Species the name of the process providing the interface to the device. This
name is a character string of up to seven valid characters. Valid characters are
the letters a through z and the digits 0 through 9. (Uppercase letters A through Z
are accepted but converted to lowercase letters.) The rst character must be a
letter.
1230 Hewlett-Packard Company 527186-003