Differences
This shows you the differences between the selected revisions of the page.
| 2005-12-15 | 2006-06-21 | ||
| group/owner (martin) | no summary (162.42.122.249) (hidden) | ||
| Line 21: | Line 21: | ||
| Use following command if current [[protocols|protocol]] does not allow changing ownership: | Use following command if current [[protocols|protocol]] does not allow changing ownership: | ||
| - | <code>chown "!?New owner:?!" !&</code> | + | <code>chown "!?New owner:?!" "!&"</code> |
| To change group use ''chgrp'' instead of ''chown''. | To change group use ''chgrp'' instead of ''chown''. | ||
| Line 43: | Line 43: | ||
| cp /path/to/template.html "!?&New HTML file:?!" | cp /path/to/template.html "!?&New HTML file:?!" | ||
| - | |||
| - | |||