Mac How-to Set-Change Ownership on Files and Directories by Command-Line

Mac OS X Setting Ownerships for File/Directory Hello Mac User! This is Tutorial Shows You Step-by-step How-to Setup or Change the Ownership over Files and Directories on Mac OS X BSD/Unix. The Ownership Decide How is the Owner of Files and Directories on the Mac OS X File System. To Set the Ownership Over Files and Directories is the First Step in Setting Up Permissions and so Establish a Control and Security over the System. To Follow the Tutorial You will Need to have a Little Practice to Work on the Mac Console Terminal Command Line. To Open a Terminal …

Continue Reading

Mac How-to Set-Change Permissions on Files and Directories by Command-Line

Setting Permissions on Mac OS X Hello Mac User! This is Tutorial Shows You Step-by-step How-to Setup or Change the Permissions over Files and Directories on Mac OS X BSD/Unix. To Follow the Tutorial You will Need to have a Little Practice to Work on the Mac Console Terminal Command Line. Included in the Article Links to Guides on Getting-Started with Command Line on Mac and to Setting Ownership over Mac File System. To Open a Terminal Shell emulator window Launch Finder: Select Applications: Double-Click on Utilities: Double-Click over Terminal: Switch to the Bash Shell (Press “Enter” to Execute Commands) …

Continue Reading

How-to QuickStart with MacPorts on Mac OS X 10.12 Sierra

MacPorts QuickStart for Mac OS X 10.12 Sierra This is Mac Tutorial is about How-to Install and Getting-Started with the MacPorts on Mac OS X 10.12 Sierra BSD. The whole process is neither long nor difficult, it require only a Basic Command Practice… Installing MacPorts from Source is the Only way Currently available for Mac OS X 10.12 Sierra. But with the Installation from SVN Repo you receive the Latest Updates and Enhancements of MacPorts. Required XCode Installation for MacPorts: Latest XCode on AppStore Install Appstore Xcode. Open a Shell Terminal emulator window (Press “Enter” to Execute Commands) Install XCode …

Continue Reading

How-to QuickStart with MacPorts on Mac OS X 10.11 El Capitan

MacPorts QuickStart for Mac OS X 10.11+ This is Mac Tutorial is about How-to Install and Getting-Started with the MacPorts on Mac OS X 10.11 El Capitan BSD. The whole process is neither long nor difficult, it require only a Basic Command Practice… Installing MacPorts from Source is the Only way Currently available for Mac OS X 10.11 El Capitan. But with the Installation from SVN Repo you receive the Latest Updates and Enhancements of MacPorts. Open a Shell Terminal emulator window (Press “Enter” to Execute Commands) Check out MacPorts source sudo mkdir -p /opt/mports cd /opt/mports sudo svn checkout …

Continue Reading

How-to Switch Java Version on Mac OS X 10.11 El Capitan Easy Guide

Mac OS X Switching Java Version on Shell The Unix Tutorial Show Step-by-Step How-to Easy Switching on Terminal Bash Shell a Java Multi-Version Installation for Mac OS X 10.11 El Capitan Unix/BSD. The Tutorial Include also Links on How-to Download and Install the Oracle Official Java Development Kit 7/8 for Mac OS X. Open a Command Line Terminal Window (Press “Enter” to Execute Commands) Edit the Bash Shell Config Environment nano $HOME/.bashrc Copy & Paste inside this is Function: alias java_ls=’/usr/libexec/java_home -V 2>&1 | grep -E “\d.\d.\d[,_]” | cut -d , -f 1 | colrm 1 4 | grep -v …

Continue Reading

How-to Find/Search for File/Directory/Image/Path on Mac OS X 10.11 El Capitan Shell

Mac OS X locate Command Quick-Start This is short Mac Tutorial Get You Started on Mac OS X El Capitan 10.11 with a Very Useful Shell Utility: the locate Command. Almost all we are working on Mac before or after we need desperately to Find something from the Shell. The Easiest and Fastest Way to Find System’s Entities in Unix-like Platforms is Matched Using the “locate” Shell Command. Open a Command Line Terminal Window Applications > Utilities > Terminal (Press “Enter” to Execute Commands) Make a Command Alias to Update the locate Database nano $HOME/.profile Append: alias updatedb=”sudo /usr/libexec/locate.updatedb” Ctrl+x …

Continue Reading

How-to Enable SSH Connection on Mac OS X 10.11 El Capitan

Enabling SSH for Mac OS X 10.11 El Capitan The Visual Tip Show How-to Enable the SSH Connection Mac OS X 10.11 El Capitan Desktop. Inside the Guide You’ll Find also Link to Guide on How-to Enable SSH Access without Password on a Remote Server. How-to Enable SSH Access without Pass on Remote Server: Add SSH Key to Authorized List Enabling SSH Remote Access. Open: System Preferences >> Sharing Check the Box to Enable!

Continue Reading

Bash Shell Scripting QuickStart on Mac OS X 10.11 El Capitan

Mac OS X Shell Scripting QuickStart The Tutorial Shows You Step-by-Step How-to Getting-Started Making and Running a Bash Shell Script for Mac OS X 10.11 El Capitan BSD. Shell Scripts are files in which we write a Sequence of Commands that we need to perform and are Executed using the Shell utility. The Bash (Bourne Again Shell) is the Default Shell environment for some BSD/Unix system. To Edit & Save our Bash Shell Script we’ll make Use of the Default Mac Shell Editor nano. Open a Shell Terminal emulator window (Press “Enter” to Execute Commands) Editing a Bash Script on …

Continue Reading

How-to Enable SSH Access on Mac OS X 10.11 El Capitan

Enabling SSH for Mac OS X 10.11 El Capitan The Visual Tip Show How-to Enable the SSH Connection on Mac OS X 10.11 El Capitan Desktop. Inside the Guide You’ll Find also Link to Guide on How-to Enable SSH Access without Password on a Remote Server. How-to Enable SSH Access without Pass on Remote Server: Add SSH Key to Authorized List Enabling SSH Remote Access. Open: System Preferences >> Sharing Check the Box to Enable!

Continue Reading

How-to Erase All Partitions and Drop the Partition Table from a Disk on Mac OS X 10.11 El Capitan

How-to Make a Virging Disk on Mac OS X 10.11 El Capitan The Mac Tutorial Shows You Step-by-step How-to Delete All Partitions and Remove also the Partition Table to leave pure Free Space for a Drive on Mac OS X 10.11 El Capitan. The GUI Function to make this is Easily by Mac ‘Disk Utility’ have been Dropped on Mac 10.11 El Capitan! So to Achieve this is Usefull Task (also when You whant just write an Bootable ISO to a Disk) we’ll make use of the Mac Terminal Shell. Open a Shell Terminal emulator window (Press “Enter” to Execute …

Continue Reading