#!/bin/bash useradd -m -s /bin/bash mythtv -G audio,video,optical,storage,users echo 'setting mythtv password to "a" ' passwd mythtv <