Thursday, July 04, 2013

HowTo: Create new user in Lubuntu

How to create new user in Lubuntu from the console (applicable to Ubuntu/Debian/Debian derivatives)
$: sudo adduser new_user_name

Reference:
http://www.howtogeek.com/howto/ubuntu/add-a-user-on-ubuntu-server/

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...