chdir.2
来自「UNIX v6源代码 这几乎是最经典的unix版本 unix操作系统设计和莱」· 2 代码 · 共 28 行
2
28 行
.th CHDIR II 8/5/73.sh NAMEchdir \*- change working directory.sh SYNOPSIS(chdir = 12.).br.ft Bsys chdir; dirname.s3chdir(dirname).brchar *dirname;.ft R.sh DESCRIPTION.it Dirnameis the address of the pathname of a directory, terminated by a null byte..it Chdircauses this directoryto become the current working directory..sh "SEE ALSO"chdir (I).sh DIAGNOSTICSThe error bit (c-bit)is set if the given name is not that of a directoryor is not readable.From C, a \*-1 returned value indicates an error,0 indicates success.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?