Username is not in the sudoers file. This incident will be reported.
The explanation is most likely incorrect though. A more obvious cause of this error is that the current working is the root directory (
/
) and that they’re logged in as a non-root user, thus trying to create the file/woman
without sufficient permissions.Technically he is also wrong about what touch does. The purpose of touch is to update the timestamp of a file and only if the file doesn’t exist, the file gets created.
POV
YOU ARE A LINUX USER /s also anti-meme lol
when you tell a stackoverflow user to touch grass
Why would you tell somebody to do that? What year is this?
You’re not actually use the grass framework in production right now are you?
Obviously you should have migrated to meadows by now.
Doesn’t work since the woman in his home has higher priveleges than him. ;)
sudo peg /usr/avglinuxuser -dom -untl_p_org
Regardless of whether they were trying to create a woman or touch one, they lack the permissions to do so, which is funny either way.
‘finger woman’ is also funny.
Or in other words, sudo touch woman
I believe they’ve got laws against that nowadays. Not that that stops many, but you know.
I would have guessed you don’t have permissions on the directory to create the file.
Btw, sudo is fine for server administration but imo too big and troublesome for desktop use. There are tools with fewer than 150 lines of code doing what you use sudo for on desktop.