|
|
|
|
|
by machinestops
547 days ago
|
|
Note: Child processes can't change the working directory of the parent. An external command (that is, not a shell builtin, shell function, or externally loaded module) cannot change the working directory, because they're launched as child processes. |
|