| remove \- remove a file from a server |
| request asks the file server both to remove the file represented by |
| even if the remove fails. |
| This request will fail if the client does not have write permission |
| It is correct to consider |
| with the side effect of removing the file if permissions allow. |
| If a file has been opened as multiple fids, |
| possibly on different connections, |
| and one fid is used to remove the file, |
| whether the other fids continue to provide access to the file |
| is implementation-defined. |
| remove the file immediately: attempts to use the other fids |
| follows the semantics of the underlying Unix file system, |
| so other fids typically remain usable. |