Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

assetcachetetheratorutil(8) [mojave man page]

AssetCacheTetheratorUtil(8)				    BSD System Manager's Manual 			       AssetCacheTetheratorUtil(8)

NAME
AssetCacheTetheratorUtil -- control networking of tethered devices SYNOPSIS
AssetCacheTetheratorUtil [-j|--json] enable [--duration seconds] --first address --last address --server path AssetCacheTetheratorUtil [-j|--json] disable AssetCacheTetheratorUtil [-j|--json] isEnabled AssetCacheTetheratorUtil [-j|--json] status DESCRIPTION
iOS and tvOS devices connected to a computer with a USB cable can be "tethered," so that they route their Internet requests through the com- puter. AssetCacheTetheratorUtil enables a tethered network (perhaps for a specified number of seconds), disables it, or reports on its sta- tus. AssetCacheTetheratorUtil must be run by root, except for the isEnabled and status commands. OPTIONS
-j|--json Print results in machine-parseable JSON format to stdout. --duration seconds Automatically tear down the tether after a specified amount of time. --first address --last address The first and last IPv4 addresses, in dot notation, to use for the tethered network. The gateway -- the tethering Mac -- will have the first address. --server path The path to a plist specifying the tethered content cache. The plist must be a dictionary with the following keys and values: capabilities dictionary A set of capabilities that the content cache supports. guid string The content cache's ServerGUID. port number The port number on which the content cache accepts requests. SEE ALSO
System Preferences > Sharing > Content Caching, AssetCacheLocatorUtil(8), AssetCacheManagerUtil(8) macOS June 1, 2019 macOS

Check Out this Related Man Page

AssetCacheManagerUtil(8)				    BSD System Manager's Manual 				  AssetCacheManagerUtil(8)

NAME
AssetCacheManagerUtil -- control the macOS Content Cache SYNOPSIS
AssetCacheManagerUtil [-a|--all] [-j|--json] [-l|--linger] command DESCRIPTION
AssetCacheManagerUtil controls the macOS Content Cache. AssetCacheManagerUtil must be run by root except as noted below. The options are: -a|--all Show all events, not just the end result of the specified command. -j|--json Print results in machine-parseable JSON format to stdout. -l|--linger Linger after completing command, to show other events. The commands are: activate Activates the content cache. Content caching is deactivated by default. After you activate content caching, restart devices on your network to take advantage of content caching immediately. Devices on your network will discover this content cache over time. Devices that are restarted will use this content cache immediately. deactivate Deactivates the content cache. isActivated Reports the content cache's activation status. Does not require root. canActivate Reports whether the content cache is eligible for activation. Does not require root. flushCache Flushes the content cache. flushPersonalCache Flushes all personal (iCloud) content from the content cache. flushSharedCache Flushes all shared (non-iCloud) content from the content cache. status Reports the content cache's status. Does not require root. settings Reports the content cache's settings. Does not require root. reloadSettings Forces the content cache to reload its settings. moveCacheTo path Moves the cache to path. The path must end with /Library/Application Support/Apple/AssetCache/Data. The contents of path are deleted and replaced with the cache. absorbCacheFrom path read-only|and-destroy Imports the cache from path. The path must end with either /Library/Application Support/Apple/AssetCache/Data or /Library/Server/Caching/Data. If the last argument is read-only the cache at path is not modified, otherwise it is emptied. This command only starts the absorption, which proceeds and finishes in the background. SEE ALSO
System Preferences > Sharing > Content Caching, AssetCache(8), AssetCacheLocatorUtil(8), AssetCacheTetheratorUtil(8) macOS June 1, 2019 macOS
Man Page