Saved Bookmarks
| 1. |
Define cd command of LINUX. |
|
Answer» cd: cd command is used to change the directory and your location to whatever directory you specify, cd home will change to the directory named home located inside the current directory, cd/home/main will change to the directory called main within the home directory. Syntax: $ cd/home/main Here $ shows the Linux prompt. |
|