感谢支持
我们一直在努力

启用Ubuntu挂载硬盘需要输入密码方法

Ubuntu 10.04挂载硬盘时好像已经不再输入密码了,这样安全性不够高哦,如果想要在Ubuntu挂载硬盘需要输入密码的话。怎么办呢?


打开终端:


sudo gedit /var/lib/polkit-1/localauthority/10-vendor.d/com.ubuntu.desktop.pkla


启用Ubuntu挂载硬盘需要输入密码方法

里面会有


[Mounting, checking, etc. of internal drives]
Identity=unix-group:admin
Action=org.freedesktop.udisks.filesystem-*;org.freedesktop.udisks.drive-ata-smart*
ResultActive=yes


[Change CPU Frequency scaling]
Identity=unix-group:admin
Action=org.gnome.cpufreqselector
ResultActive=yes


[Setting the clock]
Identity=unix-group:admin
Action=org.gnome.clockapplet.mechanism.*
ResultActive=yes


启用Ubuntu挂载硬盘需要输入密码方法

把最上面那段注解掉。变成


#[Mounting, checking, etc. of internal drives]
#Identity=unix-group:admin
#Action=org.freedesktop.udisks.filesystem-*;org.freedesktop.udisks.drive-ata-smart*
#ResultActive=yes


[Change CPU Frequency scaling]
Identity=unix-group:admin
Action=org.gnome.cpufreqselector
ResultActive=yes


[Setting the clock]
Identity=unix-group:admin
Action=org.gnome.clockapplet.mechanism.*
ResultActive=yes


启用Ubuntu挂载硬盘需要输入密码方法

这样就可以在挂载时输入密码啦!


启用Ubuntu挂载硬盘需要输入密码方法

赞(0) 打赏
转载请注明出处:服务器评测 » 启用Ubuntu挂载硬盘需要输入密码方法
分享到: 更多 (0)

听说打赏我的人,都进福布斯排行榜啦!

支付宝扫一扫打赏

微信扫一扫打赏