With the sudo command, we can get around permission issues by using sudo. Let's use sudo to remove a file for which we don't have write permissions!

Nice! When we use sudo, we need to enter the root password for the command to work.

Aren't we trying to get rid of a file, not a directory?