chown
	Change file ownwer and group
SYNOPSIS
	chown {[OPTIONS]} [OWNER]:[GROUP] [FILE/DIR...]
USAGES
	[FILE/DIR...]
		The files or directories you're changing ownership of
	{[OPTIONS]}
		-R, --recursive
			Must operate on a directory to work
EXAMPLES
	chown -R root:root ~/Pictures/
		Change everything in ~/Pictures/ (inclusive) to owned by root
