我的mac上有一个受密码保护的配置文件,我想用终端删除它。运行命令时:
profiles -R -p MyProfile
终端要求我输入个人资料密码:
Enter the profile removal password:
现在我必须手动输入密码(无管理员密码)到终端。是否可以创建一个包含密码的命令,以便自动删除配置文件?
答案 0 :(得分:1)
来自man 1 profiles
,
-z The profile removal password. If not specified and the profile requires
a removal password, you will be prompted.
所以我想你需要让你的命令看起来像
profiles -R -p MyProfile -z MyProfilePassword