单选题What command will allow the operator to add the current working directory to the command search path?()A export PATH=pwdB export PATH=$PWDC export PATH=$PATH:pwdD export PATH=$PATH:$PWD

题目
单选题
What command will allow the operator to add the current working directory to the command search path?()
A

export PATH=pwd

B

export PATH=$PWD

C

export PATH=$PATH:pwd

D

export PATH=$PATH:$PWD


相似考题
参考答案和解析
正确答案: C
解析: 暂无解析