Validator Conventions
File System
System Units
THE UBUNTU HOST METAL/MACHINE
root/
│
├─ etc/
│ └─ systemd/
│ │ └─ system/
│ │ │ └─ sol.service # Defines how the Solana client should start/stop/restart on this host
├─ mnt/ # The mount points on the host
│ └─ accounts/ # Storage for the full Solana accounts db
│ └─ ledger/ # Storage for the full Solana ledger
│ └─ snapshots/ # Storage for snapshot archives of network state
├─ home
│ └─ sol # The home of the user 'sol'
│ └─ alice # The home of the user 'alice'
│ └─ bob # The home of the user 'bob' The 'sol' user home
Cities and Countries
Services
Last updated
Was this helpful?