When I run a command with sudo like the following, subsequent sudo commands will not ask for a password anymore.
sudo ls
But this still runs ls. If I don't want to run any command at the beginning, but just stop subsequent sudo commands from asking a password later on. Is there a way to do so?