Operating Systems 2017F: Assignment 4

From Soma-notes
Revision as of 14:22, 25 November 2017 by Soma (talk | contribs) (Created page with "'''This assignment is not yet finalized.''' # How do sshfs inode values relate to the inodes in the remotely mounted filesystem? # What lines in memoryll determine the inode...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This assignment is not yet finalized.

  1. How do sshfs inode values relate to the inodes in the remotely mounted filesystem?
  2. What lines in memoryll determine the inode numbers?
  3. In sshfs, are a file's uid and gid values come from the remote server or from the mounting user's uid and gid?
  4. In sshfs, what determines whether a file operation is allowed or not?