HI - Trying to setup node for first time. Following this instructions
https://docs.cardano.org/projects/cardano-node/en/latest/stake-pool-operations/getConfigFiles_AND_Connect.html
For below command, I can’t seem to find db or node.socket on my ubuntu file system.
cardano-node run
–topology path/to/mainnet-topology.json
–database-path path/to/db
–socket-path path/to/db/node.socket
–host-addr x.x.x.x
–port 3001
–config path/to/mainnet-config.json
can some one help?