mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-31 02:41:46 +00:00
14 lines
323 B
Plaintext
14 lines
323 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# runsvchdir
|
|
|
|
> Change the directory `runsvdir` uses by default.
|
|
> More information: <https://manpages.ubuntu.com/manpages/latest/man8/runsvchdir.8.html>.
|
|
|
|
- Switch `runsvdir` directories:
|
|
|
|
`sudo runsvchdir {{path/to/directory}}`
|