macOS

From RaySoft

macOS is a series of graphical operating systems developed and marketed by Apple Inc. since 2001. It is the primary operating system for Apple's Mac family of computers. Within the market of desktop, laptop and home computers, and by web usage, it is the second most widely used desktop OS, after Microsoft Windows.[1]

macOS is the second major series of Macintosh operating systems. The first is colloquially called the 'classic' Mac OS, which was introduced in 1984, and the final release of which was Mac OS 9 in 1999. The first desktop version, Mac OS X 10.0, was released in March 2001, with its first update, 10.1, arriving later that year. After this, Apple began naming its releases after big cats, which lasted until OS X 10.8 Mountain Lion. Since OS X 10.9 Mavericks, releases have been named after landmarks in California. Apple shortened the name to 'OS X' in 2012 and then changed it to 'macOS' in 2016, adopting the nomenclature that it uses for their other operating systems, iOS, watchOS, and tvOS.[1]

Documentation

Products

Functions

1 pages found:

Applications

158 pages found:

Shell Commands

131 pages found:

File Systems

6 pages found:

Hints

Set umask to restrict the file access (with Yosemite 10.10.3)

Run the following command:[2]

sudo launchctl config user umask 0077
Set umask to restrict the file access (before Yosemite)

Edit the file /etc/launchd-user.conf as root and add the following line:

umask 0077
WARNING:
Do not change the file /etc/launchd.conf. This will lead to massive problems!

References