Operating Systems 2014F: Assignment 1

From Soma-notes
Revision as of 12:20, 5 September 2014 by Soma (talk | contribs)
Jump to navigation Jump to search

This Assignment is not yet finalized.

Please submit the answers to the following questions via CULearn by midnight on Wednesday, September 10, 2014. There 10 points in 8 questions.

  1. Permissions on UNIX are grouped into three basic file operations. What are these file operations? ( 1 point )
  2. What does it mean to have execute permission on a directory? ( 1 point )
  3. What are the 6 basic file permissions within Windows? ( 1 point )
  4. What is the difference between the write and modify file permission in Windows? ( 1 point )
  5. Because all files are stored in a directory, under UNIX permission to delete, rename, and move files is determined by the users access rights on the directory the file is contained in. Temporary directories such as /tmp have a special "t" permission. What is this permission for? ( 1 point )
  6. What does the PATH environment variable do? PWD? ( 1 point )
  7. What environment variable tells X applications where to find the X server which it should communicate with to display the output? ( 1 point )
  8. To what degree does a modern web browser, such as Firefox or Chrome, look and act like a web browser? What about a scriptable application such as Microsoft Word? ( 3 )

Don't forget to include what outside resources you used to complete your answers, including other students, man pages, and web resources. You do not need to list help from the instructor, TA, or information found in the textbook.