1 02/22/85 set_bit_count, sbc
2
3 Syntax as a command: sbc path1 count1 ...pathN countN
4
5
6 Function: sets a specified bit count on a specified segment,
7 multisegment file MSF, data management DM file, or extended entry
8 and changes the bit count author for that entry to be the user who
9 invoked the command.
10
11
12 Arguments:
13 pathi
14 is the pathname of the entry. If pathi is a link, the bit count of
15 the entry linked to is set.
16 counti
17 is the bit count, in decimal, desired for pathi.
18
19
20 Access required: You must have write access on the entry whose bit
21 count is to be set.
22
23
24 Notes: Setting the bit count on a directory is permitted, but several
25 system modules then regard the directory as a MSF. See bit_count.gi
26 and Section 2 of the Programmer's Reference Manual for a description
27 of the bit count and bit count author.