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.
system("ps x");または同様の関数を使用して処理されたすべての実行を確認したい..次に、..killを使用した不要なプロセスsystem("kill xxxx");はiOSで可能ですか?
system("ps x");
kill
system("kill xxxx");
これはセキュリティ上の理由から不可能です。非常に多くの情報にアクセスできると、他の人がデバイスのイメージを再作成できるようになります。