cd /etc/profile.d/
创建一个sh文件
vi dotnetpath.sh
内容如下:
export PATH=$PATH:/opt/dotnet
保存,重启,这就有了一个永久的环境变量