Saturday, December 01, 2012

Adding a group account in Ubuntu via console

Below adds a group called www-authors

$: sudo addgroup www-authors

Reference(s):
Manpage

No comments:

CPP Quick Guide

Basics Hello world User input While loop If statement For loop Switch statement Read file using ifstream Write to a file using ofstr...