Changing a directory with cd command
It is possible to change current directory of a system user with cd command. cd stands for change directory.
With cd command it is possible to specify full directory path or relative path of a directory which a user wants to be in.
Full path is full name of a directory location in filesystem. Full path starts with forward slash.
Relative path is a location of a directory related to the current path.
Relative path may include one or more .. signs. .. means a previous directory.
Comments
Post a Comment