-
Step 1
Mac OS X Terminal ApplicationNavigate to “Application/Utilities/ Terminal” and double-click the "Terminal application" to launch it.
-
Step 2
Terminal Command to Pin the Dock to the LeftEnter the following command into the Terminal application to pin the Dock to the left-hand side of your screen. Hit "Enter" to complete the command:defaults write com.apple.dock pinning -string start
-
Step 3
Terminal Command to Pin the Dock to the RightEnter the following command into the Terminal application to pin the Dock to the right-hand side of your screen:defaults write com.apple.dock pinning -string end
-
Step 4
Terminal Command to Pin the Dock to the MiddleTo return the Dock to the Middle of the Desktop, enter the following command into the Terminal application to pin the Dock to the middle of your screen:defaults write com.apple.dock pinning -string middle














