Lesson 1

Date: 1/22/2014
User accounts, files and directories, processes, system commands.
Linux for Engineering and IT Applications


Files and Directories
  • Type of files
      Regular or ordinary files
      Directories
      Symbolic links
      Device files

  • Directory and Inodes

    A directory is composed of file names and associated inode numbers.
    INODES contain information about files:

      a pointer to the file data blocks

      link count

      the owner

      the group

      mode

      size

      last access time

      last modification time

      last update time (attributes)




  • Take me to the Course Website