Unix sees :

  • files - object
  • processes - actions Files - file-system
  • types - regular, directory, symbolic, pipe, etc.
  • ownership - user, group, other.
  • permissions - read, write, execute, SUID, SGID, sticky bit. Processes - process control mechanism
  • access based on ownership and type.
  • execution control Process interaction.
  • redirection (batch) - takes input from file or saves to file.
  • piping - allows output of one process to connect to input of another.
    Command format : command [options] [arguments]
    File-system view from the login shell (bash).

    The home directory is the active or current working directory you are "in" on login.

    Current working directory