cd.1

来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· 1 代码 · 共 38 行

1
38
字号
.\" SCCSID: @(#)cd.1	8.1	9/11/90.\" SCCSID: @(#)cd.1	8.1	9/11/90.TH cd 1.SH Namecd \- change current directory.SH Syntax.B cd\fIdirectory\fR.SH Description.NXR "cd command (csh)".NXR "cd command (sh)".NXR "cd command (System V)".NXR "working directory" "changing"The.I directorybecomes the new working directory.The process must have execute (search)permission in.I directory..PPBecause a new process is created to execute each command,.PN cdwould be ineffective if it were written as anormal command.  It is therefore recognized and executedby the shells.In .PN cshyou may specify a list of directories in which.I directoryis to be sought as a subdirectory if it is nota subdirectory of the current directory;see the description of the.I cdpathvariable in.MS csh 1 ..SH See Alsocsh(1), pwd(1), sh(1), chdir(2)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?