Update 03-01-2024

This commit is contained in:
2024-01-03 09:17:00 +01:00
parent d78f93eed2
commit efb8d64ac7
22 changed files with 1047 additions and 44 deletions

View File

@@ -0,0 +1,139 @@
# Commandes (terminal)
### Information système
#### sw_vers
```bash
```
#### system_profiler
```bash
```
#### hostinfo
```bash
```
####
### Fichiers et Spotlight
#### mdfind
```bash
```
#### mdls
```bash
```
#### SetFile and GetFileInfo
```bash
```
### Utilitaires disque
#### diskutil
```bash
```
#### hdiutil
```bash
```
####
### Utilitaire réseau
#### networksetup
```bash
```
#### airport
```bash
```
####
### Gestion des logiciels
#### softwareupdate
```bash
```
#### pkgutil
```bash
```
#### mas
```bash
```
### Gestion des utilisateurs et groupes
#### dscl
```bash
```
#### sysadminctl
```bash
```
### Autres
#### dscacheutil
```bash
```
#### sysctl
```bash
```
#### sips
```bash
```
####