GRACE2
GRACE2
o /boot : the ‘/boot’ directory contains boot loader files which are
essential to boot the system in other words they only contains files
which are needed for basic linux system to get up and going
o /etc : all machine related configuration files are kept in ‘/etc’. Almost
everything related to configuration of your system is placed here. It
also contains startup and shutdown shell script which used to start
and stop a program
LINUX DATA DIRECTORY :
Data directory is used to store data of the system. Data directory contains
the following :
o /home : the ‘/home’ directory stores user’s personal files. After the
‘/home’ there is a directory which is generally named at the users name
like we have ‘/home /sssit’ . Inside this directory we have our sub-
directories like desktop,downloads,documents
o /root : the ‘/root’directory is the home directory of the root user. The
‘/root’ directoty is different from(/) root
o /srv : it is short for service. The ‘/srv’ directory contains server soecific
data for services provided by the system like www, cvs, rysync,ftp,ect
LINUX DATA DIRECTORY:
o /media : it is directory acts as a mount point for removable media
devices such as USB devices ect. This newly introduced directory and
hence a system can run without this directory also.
o /mnt : the term ‘mnt’ stands for mount. The ‘/mnt’ directory should be
empty and sys admins can only mount temporary files system
o /tmp : the term ‘tmp’ stands for ‘temporary’. Data stored in ‘/tmp’ is
temporary and may use either disk space or RAM. When system is
rebooted, files under this directory is automatically deleted.
DIFFERENCE BETWEEN LINUX AND WINDOWS :
1. Linux is a open source operating system 1. While windows are the not the open
2. Linux is free of cost. source operating system.