📌  相关文章
📜  以 root 身份运行 steam - C 编程语言代码示例

📅  最后修改于: 2022-03-11 15:04:43.895000             🧑  作者: Mango

代码示例1
Open /usr/bin/steam
    Comment or delete such lines:
    if [ "$(id -u)" == "0" ]; then
    show_message --error $"Cannot run as root user"
    exit 1
    fi