gpt4 book ai didi

linux - 以普通用户身份执行程序(同时是 root)

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

我正在开发 Debian 8 (Jessie)(64 位)。我想以普通用户身份运行程序,而无需创建帐户并将其切换为普通用户。

我正在从 bash 脚本运行主程序:

screen ./run

其中运行包含:

#!/bin/bash
ulimit -c unlimited
while true; do ./tfs --log-file "output.txt" "error.txt" | tee out.txt; done

我想以普通用户身份运行“tfs”

最佳答案

我建议:

su - -c "screen /path/to/run" username

关于linux - 以普通用户身份执行程序(同时是 root),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43151358/

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