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:

Test page for code formatting

netsh advfirewall firewall add rule name = "RPC Endpoint Mapper" dir = in action = allow protocol = TCP localport = 1...