Bash shell is the common linux command language.
-
mister_v
- Posts: 199
- Joined: Thu Mar 04, 2010 9:19 pm
Post
by mister_v »
Hi,
I have a script that is started by command in procmail.
but is has some commands that are not found.
but rm is on the system (linux) it works when executed by a normal user (/bin/bash)
What can it be?
-
chris
- Site Admin
- Posts: 205
- Joined: Mon Jul 21, 2008 9:52 am
Post
by chris »
I don't know the source of your problem.
might be that the command is not found in /bin or /sbin
You can try by adding the absolute path:
That should work.