unlink.3f
来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· 3F 代码 · 共 31 行
3F
31 行
.\" SCCSID: @(#)unlink.3f 8.1 9/11/90.TH unlink 3f VAX "" Unsupported.SH Nameunlink \- remove a directory entry.SH Syntax.B integer function unlink (name).br.B character*(*) name.SH Description.NXR "unlink subroutine (FORTRAN)".NXR "file" "unlinking"The.PN unlinksubroutine causes the directory entry specified by pathname.I nameto be removed.If this was the last link to the file,the contents of the file are lost..SH RestrictionsPathnames can be no longer than MAXPATHLEN as defined in <sys/param.h>..SH Return ValuesThe returned value will be zero if successful;a system error code otherwise..SH Files.ie \nM /usr/ucb/lib/libU77.a.el /usr/lib/libU77.a.SH See Alsounlink(2), link(3f), perror(3f).\" removed filsys.5 from see also's because I couldn't locate it.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?