Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
uid を設定すると、sudo と同じ効果がありますか? setuid された実行可能ファイルを popen で whoami を開くとどうなりますか? 「ルート」を取得できますか?
このsudoコマンドは、特定のプロセスを起動するための現在のユーザーの資格情報に影響を与えます。このsetuidコマンドは、特定のプロセスを起動するすべてのユーザーの資格情報に影響を与えます。
sudo
setuid