sh [macOS - 有用的命令] #macOS
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh [macOS - 有用的命令] #macOS相关的知识,希望对你有一定的参考价值。
# Disable print sharing
cupsctl --no-share-printers
# Location of generic printer driver
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/Resources/Generic.ppd
# List all print drivers installed on a system
lpinfo -m -h 127.0.0.1:631
# Reset the printing system
lpstat -p | cut -d' ' -f2 | xargs -I{} lpadmin -x {}
# View Package Contents
pkgutil –-expand thePackage.pkg /destination
# Get application bundle identifier
defaults read /Applications/Safari.app/Contents/Info.plist CFBundleIdentifier
# Mount network drive
osascript -e 'mount volume "smb://username:password@server/SMCSD Server"'
以上是关于sh [macOS - 有用的命令] #macOS的主要内容,如果未能解决你的问题,请参考以下文章
sh macOS锁屏1行命令
sh macOS命令片段
sh 从命令行macOS,OSX,Linux重启,启动,停止MySQL
sh 在macOS Mojave上重新安装Brew的XCode命令行工具
sh [macOS disk utility和dd命令]使用此创建USB磁盘映像并从映像还原#usb #macOS #disk_utility #dd #image #restore#
mac下载软件命令