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 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

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