Latest macOS 15 Sequoia
macOS Sequoia 15.2 Released - What's New? (Apple Intelligence)
Basic macOS Questions
1. What is macOS?
- macOS is Apple’s Unix-based operating system for Mac computers.
2. How do you check the macOS version?
- Apple Menu > About This Mac or run
sw_vers
in Terminal.
3. What is Spotlight?
- A search utility for finding files, apps, and performing quick calculations (
Command + Space
).
4. What is Finder in macOS?
- Finder is the file manager used to browse and manage files, folders, and devices.
5. What is the current file system in macOS?
- APFS (Apple File System), optimized for SSDs and flash storage.
6. How do you show hidden files in Finder?
- Press
Command + Shift + . (period)
or run the Terminal command:
7. How do you force quit an application?
- Use
Command + Option + Esc
to open the Force Quit menu.
8. What is the role of the Dock?
- The Dock provides quick access to frequently used applications, files, and folders.
9. How do you access System Preferences?
- Click the Apple Menu > System Preferences.
10. How do you rename a file or folder?
- Right-click on the file or folder, select Rename, or press
Return
after selecting it.
Intermediate macOS Questions
11. What is System Integrity Protection (SIP)?
- SIP restricts root-level access to critical system files for security.
12. How do you reset NVRAM/PRAM?
- Hold
Command + Option + P + R
during boot until the chime sounds twice.
13. How do you reset the SMC?
- For Intel Macs:
- Shut down the Mac, hold
Shift + Control + Option + Power
for 10 seconds, then release and turn it on.
- Shut down the Mac, hold
14. What is Time Machine?
- A built-in backup solution that creates incremental backups.
15. How do you enable SSH on macOS?
- Go to System Preferences > Sharing and enable Remote Login.
16. What is FileVault?
- Full-disk encryption to protect user data.
17. How do you repair a disk in macOS?
- Use Disk Utility > First Aid.
18. What is Gatekeeper?
- A security feature that restricts app installation to verified sources.
19. How do you manage startup applications?
- System Preferences > Users & Groups > Login Items.
20. How do you uninstall an application?
- Drag the app to the Trash or use Terminal:
Advanced macOS Questions
21. What is Rosetta 2?
- A translation layer that enables Intel-based apps to run on Apple Silicon Macs.
22. How do you create a bootable macOS USB installer?
23. What is a Configuration Profile?
- A file used to configure system settings like VPN, Wi-Fi, and restrictions.
24. How do you reset the Keychain?
- Open Keychain Access > Preferences > Reset My Default Keychain.
25. How do you check logs in macOS?
- Use the Console app or run:
26. How do you flush DNS in macOS?
27. How do you check disk usage in macOS?
- Use the
df -h
command in Terminal.
28. How do you find the macOS serial number?
29. What is the difference between a .DMG and .PKG file?
- DMG: Disk image for installation.
- PKG: Installer package for deployment.
30. How do you disable SIP?
- Boot into Recovery Mode, open Terminal, and run:
Scenario-Based Questions
31. A Mac won’t boot. What steps do you take?
- Boot into Safe Mode, use Disk Utility in Recovery Mode, reset NVRAM, and check hardware diagnostics.
32. A user is unable to connect to Wi-Fi. How do you troubleshoot?
- Forget and reconnect to the network, reset the network interface, or test with another network.
33. A macOS app keeps crashing. How do you fix it?
- Update the app, check logs in Console, and reinstall if needed.
34. How do you troubleshoot kernel panics?
- Check hardware, update macOS, remove conflicting drivers, or review logs.
35. A user forgot their password. How do you recover it?
- Use Recovery Mode to reset the password or reset it using Apple ID.
Command-Line Focused Questions
36. How do you list all mounted disks?
37. How do you check macOS uptime?
38. How do you kill a process in macOS?
39. How do you monitor CPU usage in Terminal?
40. How do you check connected USB devices?
Security Questions
41. What is the macOS Keychain?
- A tool for securely storing passwords and sensitive information.
42. How do you encrypt an external drive?
- Right-click the drive in Finder and select Encrypt.
43. What are macOS system extensions?
- Modern alternatives to kernel extensions, running in user space.
44. How do you manage updates in macOS?
45. How do you enable a firewall in macOS?
- Go to System Preferences > Security & Privacy > Firewall.
Miscellaneous
46. How do you create a symbolic link in macOS?
47. What is the role of .plist files?
- They store configuration settings for apps and the system.
48. How do you run macOS in verbose mode?
- Hold
Command + V
during boot.
49. How do you troubleshoot a slow Mac?
- Use Activity Monitor, clear caches, reduce startup items, and reset NVRAM/SMC.
50. How do you enable Remote Desktop?
- System Preferences > Sharing > Remote Management.
Additional Questions
51. What is Handoff in macOS?
- A feature that allows seamless activity continuation between Apple devices.
52. How do you access Recovery Mode?
- Hold
Command + R
during boot.
53. How do you monitor network activity?
- Use the Network Utility or Activity Monitor’s Network tab.
54. How do you take a screenshot in macOS?
- Use
Command + Shift + 3
(full screen) orCommand + Shift + 4
(selected area).
55. What is Migration Assistant?
- A tool to transfer files and settings from another Mac or PC.
General System Commands
Check macOS version:
Check system uptime:
Restart Finder:
View running processes:
Force quit an application:
Disk and File System
Check and repair disk permissions (macOS pre-Catalina):
Check disk status:
Repair a disk:
Check disk space:
Search for large files:
Network Troubleshooting
View network configuration:
Ping a website:
Test DNS resolution:
View open network connections:
Flush DNS cache:
System Logs and Activity
View system logs:
Real-time log monitoring:
Launch Activity Monitor from the terminal:
Check kernel logs:
Startup and Boot Issues
Boot into Safe Mode:
- Restart the Mac and hold down Shift until you see the Apple logo.
Reset NVRAM/PRAM:
- Restart the Mac and hold down Option + Command + P + R for about 20 seconds.
Reset SMC (System Management Controller):
- Follow Apple’s specific steps for your Mac model (guide here).
System and Process Information
List all installed applications:
List all loaded kernel extensions:
View CPU usage:
List startup items:
Rebuild Spotlight index:
Package Management (Homebrew)
Update Homebrew:
Search for a package:
Uninstall a package:
User Management
Create a new user account:
List all user accounts:
Comments
Post a Comment