MAC显示解锁记录(show last times the screen was unlocked in mac os)

(Test on mac os 13)

A.显示所有用户(show all users)

终端输入以下命令(Enter the following commands in the terminal)

bash 复制代码
log show --style syslog --predicate 'process == "loginwindow"' --debug --info | grep "LUIAuthenticationServiceProvider deactivateWithContext:]_block_invoke" | grep "LocalAuthentication.AuthenticationHintsProvider self.userName"

B.显示特定用户(show specific user )

终端输入以下命令,将"YourUserName"替换为需要查找的用户名(Enter the following commands in the terminal,change "YourUserName" to ther user name you want)

bash 复制代码
log show --style syslog --predicate 'process == "loginwindow"' --debug --info | grep "LUIAuthenticationServiceProvider deactivateWithContext:]_block_invoke" | grep "LocalAuthentication.AuthenticationHintsProvider self.userName YourUserName"
相关推荐
Nan-h16 小时前
复制了很多文字、链接、图片、文件,Mac 上怎么先分类再复用?
macos·效率工具·剪贴板·资料整理
码智社13 小时前
Python安装配置超详细教程(Windows+macOS,新手零踩坑)
windows·python·macos
一勺菠萝丶13 小时前
Mac 小白必看!超详细 Homebrew 安装指南,告别卡顿难题
macos
ofoxcoding17 小时前
Codex 官网访问 + 完整安装教程:macOS / Windows / Linux 一次跑通(2026)
linux·windows·macos·ai
会Tk矩阵群控的小木19 小时前
2026最新iOS免越狱手机群控方案对比与技术难点实战解析
运维·macos·objective-c·cocoa·个人开发
搬砖的小码农_Sky19 小时前
macOS: Sequoia (15) vs Tahoe (26) 完整功能对比表
macos
学编程的小程20 小时前
Mac mini跑OpenClaw:低功耗家庭AI服务器搭建与飞书接入实战
服务器·人工智能·macos
搬砖的小码农_Sky20 小时前
macOS Tahoe (版本26) 全面详解
macos
ahdkk20 小时前
Linux或者 mac 系统多版本 jdk切换配置
java·linux·macos
TO_ZRG1 天前
iOS 证书校验
macos·ios·cocoa