]> Shamusworld >> Repos - ardour-manual-diverged/blob - _manual/04_starting-ardour/01_starting-ardour-from-the-command-line.html
Total rework of the *Ardour's Interface* part
[ardour-manual-diverged] / _manual / 04_starting-ardour / 01_starting-ardour-from-the-command-line.html
1 ---
2 layout: default
3 title: Starting Ardour From the Command Line (Linux)
4 menu_title: Starting from Linux Cmdline
5 ---                        
6
7 <p>
8   Like (almost) any other program on Linux, Ardour can be started on the
9   command line. Type the following command in a terminal window:
10 </p>
11 <kbd class="cmd lin">Ardour5</kbd>
12 <p>
13   To start Ardour with an existing session:
14 </p>
15 <kbd class="cmd lin">Ardour5 <em>/path/to/session</em></kbd>
16 <p>
17   replacing /path/to/session with the actual path to your session. You can
18   specify either the session folder or any session file inside the folder,
19   including snapshots.
20 </p>
21 <p>
22   To start Ardour with a new, named session:
23 </p>
24 <kbd class="cmd lin">Ardour5 -N <em>/path/to/session</em></kbd>
25
26 <h3>Other Command Line Options</h3>