Junior — Middle
What Linux commands can be used to change the current directory?
sobes.tech AI
Answer from AI
In Linux, the command cd (change directory) is used to change the current directory.
Example of usage:
cd /path/to/directory
If you specify cd without arguments, you will go to the user's home directory. The command cd .. moves up one level in the directory hierarchy.