mac osx 默认的安全设置,在你下载的文件第一次打开时,会提醒你,这是一个从internet下载的文件,是否要打开。
默认是开启这个设置的,但是,这个设置有时候真的觉得好麻烦。
google —>
# 命令行下执行
xattr -d -r com.apple.quarantine /www/fckeditor/
#或者禁止该项
defaults write com.apple.launchservices lsquarantine -bool no
#启用该项
defaults write com.apple.launchservices lsquarantine -bool yes
默认是开启这个设置的,但是,这个设置有时候真的觉得好麻烦。
google —>
# 命令行下执行
xattr -d -r com.apple.quarantine /www/fckeditor/
#或者禁止该项
defaults write com.apple.launchservices lsquarantine -bool no
#启用该项
defaults write com.apple.launchservices lsquarantine -bool yes