
Am Mittwoch, 7. September 2022, 22:25:27 CEST schrieb Carlos E. R.:
On 2022-09-07 21:19, ub22@gmx.net wrote:
Am Mittwoch, 7. September 2022, 14:36:26 CEST schrieb Carlos E. R.:
cer@Telcontar:~> echo $PATH /home/cer/bin:/usr/local/bin:/usr/bin:/bin:/opt/kde3/bin:/usr/lib/mit/bin :/usr/lib/mit/sbin:/usr/sbin:/usr/sbin
cer@Telcontar:~>
# echo ${PATH} /sbin:/usr/sbin:/usr/local/sbin:/root/.local/bin:/root/bin:/usr/local/bin: /usr/bin:/bin #
There it is "/root/..." entries are before some other entries.
This is similar on all my Tumbleweed systems, this is from my Server # echo $PATH /sbin:/usr/sbin:/usr/local/sbin:/root/bin:/usr/local/bin:/usr/bin:/bin:/home/ bin/ Remark: I don't change anything in the /etc/profile (which I think is the source of the PATH settings). In my ~/.bashrc I typically add then my personal path like /home/bin/ via export PATH=${PATH}:/home/bin (Remark: I don't really use /home/bin) Ulf