Results 1 comments of elkram

We found that we can execute whereami, by first determining the current logged user, and prefixing with sudo, like so: `logged_user=$(/bin/ls -l /dev/console | /usr/bin/awk '{ print $3 }')` `this_location=$(sudo...