Introduction to Data Structure

Computer is an electronic machine which is used for data processing and manipulation. When programmer collects such type of data for processing, he would require to store all of them in computer’s main memory. In order to make computer work we need to know Representation of data in computer. Accessing of data. How to solve … Read more

LINUX DIRECTORY

LINUX DIRECTORY STRUCTURE (FILE SYSTEM STRUCTURE) EXPLAINED WITH EXAMPLES Figure: Linux file system 1. / – Root  Every single file and directory starts from the root directory.  Only root user has write privilege under this directory.  Please note that /root is root user‘s home directory, which is not same as /. 2. /bin – User … Read more