Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

fdetach(1m) [x11r4 man page]

fdetach(1M)															       fdetach(1M)

NAME
fdetach - detach a name from a STREAMS-based file descriptor SYNOPSIS
fdetach path The fdetach command detaches a STREAMS-based file descriptor from a name in the file system. Use the path operand to specify the path name of the object in the file system name space, which was previously attached. See fattach(3C). The user must be the owner of the file or a user with the appropriate privileges. All subsequent operations on path will operate on the underlying file system entry and not on the STREAMS file. The permissions and status of the entry are restored to the state they were in before the STREAMS file was attached to the entry. The following operands are supported: path Specifies the path name of the object in the file system name space, which was previously attached. See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWcsu | +-----------------------------+-----------------------------+ fattach(3C), fdetach(3C), attributes(5), streamio(7I) 5 Jul 1990 fdetach(1M)

Check Out this Related Man Page

fdetach(1M)                                                                                                                            fdetach(1M)

NAME
fdetach - detach a name from a STREAMS-based file descriptor SYNOPSIS
fdetach path The fdetach command detaches a STREAMS-based file descriptor from a name in the file system. Use the path operand to specify the path name of the object in the file system name space, which was previously attached. See fattach(3C). The user must be the owner of the file or a user with the appropriate privileges. All subsequent operations on path will operate on the underlying file system entry and not on the STREAMS file. The permissions and status of the entry are restored to the state they were in before the STREAMS file was attached to the entry. The following operands are supported: path Specifies the path name of the object in the file system name space, which was previously attached. See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWcsu | +-----------------------------+-----------------------------+ fattach(3C), fdetach(3C), attributes(5), streamio(7I) 5 Jul 1990 fdetach(1M)
Man Page

We Also Found This Discussion For You

1. UNIX for Advanced & Expert Users

Shopt -s histappend

What is the point of this? Whenever I close my shell it appends to the history file without adding this. I have never seen it overwrite my history file. # When the shell exits, append to the history file instead of overwriting it shopt -s histappend (3 Replies)
Discussion started by: cokedude
3 Replies