Skip to content

CodingShower

  • Home
  • About
Skip to content

CodingShower

All Things Software

Tag: linux

How to set PATH Environment Variable for Sudo Commands (command not found error)

Posted on June 20, 2022June 20, 2022 by Rick

If you write a script or a program and put it in a folder that is present in your PATH environment variable, then you will be able to invoke it directly with the name. So for instance let’s say you have a silly script like this in /home/user/listfiles: and if you put the target directory […]

0