Book Image

The macOS User Administration Guide

By : Herta Nava
Book Image

The macOS User Administration Guide

By: Herta Nava

Overview of this book

Apple is pushing the capabilities of its technologies to help users achieve high performance, including improvements in its OS running across all Mac systems, macOS, and new technologies such as M1 Silicon chips. This book walks you through macOS from a system administration and support point of view, exploring its latest features. The book starts by explaining macOS architecture, installation, and startup processes to enable you to get started with the OS. You'll learn how to manage users and discover techniques for user security and privacy. Moving on, you'll get to grips with the macOS file system and learn to manage disks, volumes, and partitions for effective file management. Most of the examples covered in this book are from an administrator's perspective; however, when relevant, a standard user's perspective is also presented. You'll find illustrations for Mac systems running macOS 11 (Big Sur), and when necessary, for macOS 10.15 (macOS Catalina). Finally, you'll explore advanced topics such as networking and using command-line tools for administration tasks. By the end of this macOS book, you'll be well-versed with macOS features, administration tasks, and best practices. You'll also be able to apply the concepts to increase your chances of success in obtaining Apple certifications such as Apple Certified Support Professional (ACSP).
Table of Contents (19 chapters)
18
About Packt

To get the most out of this book

You will need a Mac with macOS installed—the latest version, if possible, which, at the time of publication of this book, is macOS Big Sur. There may be differences in the UI according to the Mac machine model you are using, whether you are using a Mac with the Apple M1 silicon chip, with the T2 chip, an iMac, and so on, and we have tried to point out those differences in most of the examples. However, it is not always possible to do so every time, or the differences are not significant.

Since this is not a Mac or a macOS user guide, it would be very helpful to be familiar with the Mac hardware and the macOS environment. If you are new to the world of Mac and macOS, it might be helpful first to check out a Getting Started guide. There are many good examples available on the internet that will walk you through the basics of using a Mac for the first time.

Download the color images

We also provide a PDF file that has color images of the screenshots/diagrams used in this book. You can download it here: https://static.packt-cdn.com/downloads/9781838643652_ColorImages.pdf.

Conventions used

There are a number of text conventions used throughout this book.

CodeInText: Indicates code fragments, folder names, filenames, file extensions, and pathnames. Here are two examples:

  • Enter the csrutil disable command.
  • Both can be accessed from the /Applications/Utilities/ folder.

A block of code is set as follows:

softwareupdate --install-rosetta

Bold: Indicates a tool, an app, or an important word that you see on screen. For example, words in menus or dialog boxes appear in the text like this. Here is an example: "Select Edit from the File menu."

Warnings or important notes appear like this.
Tips and tricks appear like this.