Monday, November 25, 2019

Shutdown Ubuntu from the command line

Shutdown Ubuntu from the command line

$: sudo shutdown -h now

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