Differences
This shows you the differences between the selected revisions of the page.
2014-02-04 | 2014-08-27 | ||
arguments label (martin) | Change owner & group correct commands (130.255.185.155) | ||
Line 47: | Line 47: | ||
To change group use ''chgrp'' instead of ''chown''. Or use following command: <code>chown "!?New owner (and group: user.group):!" !&</code> | To change group use ''chgrp'' instead of ''chown''. Or use following command: <code>chown "!?New owner (and group: user.group):!" !&</code> | ||
+ | |||
+ | Change owner & group example: <code>chown -R "!?New owner:?!":"!?New group:?!" !&</code> | ||
+ | |||
+ | Change owner and group regardless example: <code>chown -R "!?New owner:?!" !& && chgrp -R "!?New owner:?!" !&</code> | ||
===== [[url]] URL Address of Selected File ===== | ===== [[url]] URL Address of Selected File ===== |