In order to change both a file's owner and group we can do this:
chown trump file
chgrp trump file
but can I do both commands in one approach or one command?
In order to change both a file's owner and group we can do this:
chown trump file
chgrp trump file
but can I do both commands in one approach or one command?