Environment variables can also be specified inline at time of execution.
+- Launch the server and detach from the current session to run in the background
+
```console
-$ # Launch the server and detach from the current session to run in the background
-$ NANO_POW_PORT=8080 nano-pow --server
+NANO_POW_PORT=8080 nano-pow --server
```
+- View process ID for "NanoPow Server"
+
```console
-$ # View process ID for "NanoPow Server"
-$ cat ~/.nano-pow/server.pid
+cat ~/.nano-pow/server.pid
```
+- Display list of server logs
+
```console
-$ # Display list of server logs
-$ ls ~/.nano-pow/logs/
+ls ~/.nano-pow/logs/
```
+- Find process ID manually
+
```console
-$ # Find process ID manually
-$ pgrep NanoPow
+pgrep NanoPow
```
#### Usage