Answers to CS403 Unix Quiz

Here are the answers to the quiz.

  1. b
  2. c
  3. d
  4. a
  5. c
  6. e
  7. d
  8. d
  9. b
  10. e
  11. c
  12. e
  13. d
  14. a
    1. http://pubpages.unh.edu/~agoodstudent/index.html or
      http://pubpages.unh.edu/~agoodstudent
    2. 
      		agoodstudent  (b)
      		     |
      		     |
      		public_html
      		/    |    \
      	       /     |     \
      	index.html   |  mypage.html      
      		   CS403
      		   /   \
      		  /     \
      	 assign1.html  IMAGES
      			  |
      			  |
      		      mypic.jpg  (c)
      	    
    3. See mypic.jpg above
    4. There are several ways to do this; here is one way:
      	%cd %HOME/public_html/CS403/IMAGES
      	%chmod 644 mypic.jpg
      	      or
      	%chmod og+r mypic.jpg	
      	

Valid XHTML 1.0! Valid CSS!