1fdetach(1M) System Administration Commands fdetach(1M)
2
3
4
6 fdetach - detach a name from a STREAMS-based file descriptor
7
9 fdetach path
10
11
13 The fdetach command detaches a STREAMS-based file descriptor from a
14 name in the file system. Use the path operand to specify the path name
15 of the object in the file system name space, which was previously
16 attached. See fattach(3C).
17
18
19 The user must be the owner of the file or a user with the appropriate
20 privileges. All subsequent operations on path will operate on the
21 underlying file system entry and not on the STREAMS file. The permis‐
22 sions and status of the entry are restored to the state they were in
23 before the STREAMS file was attached to the entry.
24
26 The following operands are supported:
27
28 path Specifies the path name of the object in the file system name
29 space, which was previously attached.
30
31
33 See attributes(5) for descriptions of the following attributes:
34
35
36
37
38 ┌─────────────────────────────┬─────────────────────────────┐
39 │ ATTRIBUTE TYPE │ ATTRIBUTE VALUE │
40 ├─────────────────────────────┼─────────────────────────────┤
41 │Availability │SUNWcsu │
42 └─────────────────────────────┴─────────────────────────────┘
43
45 fattach(3C), fdetach(3C), attributes(5), streamio(7I)
46
47
48
49
50
51
52SunOS 5.11 5 Jul 1990 fdetach(1M)