Linux Basics : Part05 : Navigation and Listing
In the earlier post, we saw the Linux directory structure, today we will see how to navigate within directories and view contents. The Current Working Directory:Every shell or system process has a current working directory which can be seen with the command “pwd“.So when so change user to something that an application is using or … Read more