1 03/31/83  l_delete_name, ldn
 2 
 3 Syntax:  ldn paths
 4 
 5 
 6 Function:  deletes specified names from ring 1 segments and
 7 multisegment files.  See the descriptions of the l_add_name and
 8 l_rename commands for adding and changing names, respectively.
 9 
10 
11 Arguments:
12 paths
13    are the pathnames that are to be deleted.  The star convention is
14    allowed.
15 
16 
17 Notes:  Execute access to the installation_tools_gate is required.
18 
19 In keeping with standard practice, each path can be a relative
20 pathname or an absolute pathname, its final portion (the storage system
21 entryname in question) is deleted from the segment, multisegment file,
22 or link it specifies, provided that doing so does not leave the entry
23 without a name.  In this case, the user is interrogated whether or not
24 to delete the entry in question.
25 
26 The user must have modify permission on the containing directory.