The sed commands did not work for me either. HTML is possibly the culprit. The sed commands are trying to put a # in front of all the lines containing the string in the first part of the command for the files given at the end of the command. You can use an editor to do this by hand but I would suggest making a copy of the file before changing it. This is what the -i .orig part of the command is doing.
However, the complaints about permissions looks like a different problem. If the above does not sort all your problems can you type "ls -l XXX" where XXX are the files in question so that we can see the owner, group and permissions. -- honestguv ------------------------------------------------------------------------ honestguv's Profile: http://forums.slimdevices.com/member.php?userid=13734 View this thread: http://forums.slimdevices.com/showthread.php?t=52466 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/unix
