CPTS Function: cpts creates a copy of the folder "boiler" with the name given as its first argument. It then sets the owner of the folder and all of its contents to be "summahst" with the group "nobody" The contents of the new folder can then be accessed from a browser. Syntax: cpts [foldername] Notes: cpts will display a great deal of text. This is meant for debugging purposes, and is normal. After cpts has run, if may be worthwhile to look through its output to see if there were any errors. You can redirect its output to a file with the command: cpts [foldername] > [filename] and can then review it at your leisure.