EPM中%postinstall项的运行环境是什么

发布于 2024-09-25 07:29:47 字数 227 浏览 6 评论 0原文

根据 EPM 文档,BSD 软件包可以在安装后运行脚本。如果可能的话,我想调用作为包的一部分安装的脚本,但为此我需要了解有关运行时的一些信息:

  1. 什么用户将运行该脚本?
  2. 运行时设置了哪些环境变量?
  3. 脚本运行时的CWD是多少?

According to the EPM documentation it's possible in BSD packages to run a script post-installation. I'd like to invoke a script installed as part of the package, if possible, but to do so I need to know a few things about the runtime:

  1. What user will run the script?
  2. What environment variables are set when it runs?
  3. What is the CWD when the script runs?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

Spring初心 2024-10-02 07:29:47

1:root

2 和 3:我不知道,但您可以在包中添加一个安装后脚本,将“env”和“pwd”的输出通过管道传输到/tmp/env_and_pwd.txt。

1: root

2 and 3: I don't know, but you could add a post install script to your package that pipes the output of 'env' and 'pwd' to /tmp/env_and_pwd.txt.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文