IT 108 Homework 1

Name _________________________
Section_______________________

Warning:  This is to be your own work.  You may not work on this with
other students.  Ask your TA or instructor if you have questions.

1.	What is the Unix command to change your password?


2A.	What would be the Unix command to move the file myapplet.html
	into the subdirectory public_html?


2B.	What would be the Unix command to duplicate the file 
	myapplet.html?  (The copy should be saved in the file
	myapplet.html.bak).


2C.	What would be the command to rename the file myapplet.html
	to newapplet.html?



3.	What would be the Unix command to make the file page1.html 
	unreadable by everyone except the owner of the file?


4.	What would be the Unix commands to create a new directory
	called myfiles and make it both readable and executable by everyone?


5.	Suppose the path to the file index.html is as follows:
   		/home/u1/username/public_html/it108/index.html

	You type:	
		pwd

	and this appears
		/home/u1/username/public_html/it108

	You type:
	cd ../..
	pwd

	What would appear on the screen?


6.  How does Java differ from Javascript


7.	What is the operator in Java or Javascript for:

	multiplication:		___
	assignment:		___
	equality:		___
	less than or equal to: 	___
	not equal to:		___
	modulus:		___
	

To mail it to your TA, send it to:
201-203 labs email assignments to: it10801@mason.gmu.edu
204-206 labs email assignments to: it10802@mason.gmu.edu