Am Montag, dem 25.04.2022 um 11:45 -0500 schrieb Dan Sommers via arch- general: > On 2022-04-25 at 17:32:50 +0100, > Mike Cloaked via arch-general <arch-general@xxxxxxxxxxxxxxxxxxx> > wrote: > > > On Mon, Apr 25, 2022 at 4:56 PM Frank via arch-general < > > arch-general@xxxxxxxxxxxxxxxxxxx> wrote: > > > > #add Perl and Perl modules to file path > > > export PATH="$(PATH):/usr/bin/core_perl/" > > > export PATH="$(PATH):/usr/bin/vendor_perl/" > > > export PATH="$(PATH):/usr/bin/site_perl/" > > > > That's the right construct, but as someone else pointed out, the > parentheses should be braces. > OK, this is getting rid of the error PATH command not found and I just realised that /etc/profile/perbin.sh is nowadays taking care of this. However, I still have the issue that I cannot execute any command. Is this to do with the following mesasge ? -bash: /etc/profile: Permission denied I thought permissions look ok -rw-r--r-- 1 root root 1169 5. Apr 08:57 /etc/profile Frank