The following is a Linux dictionary word of the day:
cd (also can be chdir) – change directory.
cd .. moves backwards to the next higher subdirectory level.
cd / moves to the highest root directory level.
Examples:
cd tmp
cd ..
cd /
No comments:
Post a Comment