External Email - Use Caution        

Hello Jürgen,

/bin/domainname should be installed as part of the base distribution on a linux machine.  Maybe it was not in your PATH before you ran the freesurfer shell setup script?   You could test this by starting with a basic PATH, e.g., on CentOS,

$ export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
$ which domainname
/usr/bin/domainname

… then add in anything else to PATH  …

$ source $FREESURFER_HOME/SetUpFreeSurfer.sh

… output deleted …

$ which domainname
/usr/bin/domainname

- R.

On Jul 23, 2021, at 01:50, juergen.haenggi@upd.unibe.ch wrote:

domainname: Command not found.