Linux Comm Mcd
# Linux mcd Command
[ Linux Command Manual](#)
Linux mcd is a mtools utility command that can change the working directory within an MS-DOS file system. If no parameters are added, it displays the current disk and working directory.
### Syntax
mcd
### Example
Change the current working directory to `a:temp`.
mcd a:temp
Return to the current working directory.
mcd
[ Linux Command Manual](#)
YouTip