Difference between revisions of "cmd/chgrp"

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
< cmd
Jump to navigation Jump to search
m (template is redundant now)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
{{seed}}
 
{{seed}}
 
==Examples==
 
==Examples==
* [[chgrp]] wikigrp /www/issuepedia/LocalSettings.php
+
* '''chgrp''' wikigrp /www/issuepedia/LocalSettings.php
 
*: changes the LocalSettings.php file so it is owned by the group "wikigrp"
 
*: changes the LocalSettings.php file so it is owned by the group "wikigrp"
 +
==Related==
 +
* [[Linux/groups]]: user-groups in Linux

Latest revision as of 22:27, 13 November 2022

This page is a seed article. You can help HTYP water it: make a request to expand a given page and/or donate to help give us more writing-hours!

Examples

  • chgrp wikigrp /www/issuepedia/LocalSettings.php
    changes the LocalSettings.php file so it is owned by the group "wikigrp"

Related