Computer Science, asked by vinothramkumar98, 4 days ago

which command will always change the working directory up two levels from the current location ​

Answers

Answered by lokeshranjan08
0

Answer:

Cd command

Explanation:

cd command

cd commandThe 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. It can be used in shell scripts and batch files.

Similar questions