COMPUTER SCIENCE AND ENGINEERING
UNIX
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
Which command is used for changing the current directory?
|
cd
|
|
cp
|
|
pwd
|
|
rm
|
Explanation:
Detailed explanation-1: -The cd command, also known as chdir (change directory), is a command-line shell command used to change the current working directory in various operating systems.
Detailed explanation-2: -The pwd command can be used to determine the present working directory. and the cd command can be used to change the current working directory.
Detailed explanation-3: -cd. This command changes your current directory location.
There is 1 question to complete.