I just got a new MacBookPro. For safety concern, I created one admin user auser and a standard user suser. I am going to use the auser to do all the app installations and suer for normal use.
Something I do need to do some work in the root such as make a new folder in my HD from terminal. As in suser account, I tried this:
$ sudo mkdir /MyApps
I tried to type in password for auser the one for suser, neither seems working. I am not sure what supper user is referring to when a standard user is logged in. Is it root user? Or can a standard user run sudo command?