On the WordPress Dashboard updates will appear as either notices on title or under plugins.
If an error appears when updating plugins due to inconsistent permissions try
cd /var/www/html/
sudo chown -R www-data: .
*changing the root password would require the chown command to be run.