Saturday, December 01, 2012

Change group owner ownership of a file or folder in Ubuntu

To change group ownership of ~/tmp and folders and files below it to say www-authors do:

$: sudo chgrp www-authors ~/tmp -R

No comments:

Configuring TUN/TAP virtual network interface for use with QEMU on Xubuntu 24.04

Configuring TUN/TAP virtual network interface for use with QEMU on Xubuntu 24.04 I am planning to run qemu-system-ppc to play around QEMU ...