gpt4 book ai didi

linux - 如何在脚本中运行 .profile

转载 作者:太空宇宙 更新时间:2023-11-04 09:10:27 24 4
gpt4 key购买 nike

我必须先 SU 并在脚本中运行一个配置文件,当我在脚本下面运行时。配置文件正在向终端提供日志,参数在配置文件中解析或不解析下一行。提前致谢

if [ $owner = "user1" ]
then
su -c " . ~/.profile; cd $LOG_DOR; cat $job.log" - user1
else
echo "$owner not found"
fi

最佳答案

要将文件读入当前 shell,请使用 source

source ~/.profile

关于linux - 如何在脚本中运行 .profile,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57432384/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com