22.5k views
3 votes
Your task is to implement a simulation of a change directory. What system command is commonly used for this task?

a) cd
b) dir
c) mv
d) ls

1 Answer

2 votes

Final answer:

The system command commonly used for changing directories is 'cd'.

Step-by-step explanation:

The system command commonly used for changing directories is cd. The 'cd' command, short for 'change directory', is used in command line interfaces to navigate through file systems. With 'cd', you can navigate to a specific directory by specifying its path.

User Tushar Chutani
by
7.1k points