]> Shamusworld >> Repos - ardour-manual/blob - _manual/04_ardours-interface/01_starting-ardour/01_starting-ardour-from-the-command-line.html
eb186206607850e1d48eaa46483bb3d1415ce039
[ardour-manual] / _manual / 04_ardours-interface / 01_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
8   
9 <p>
10   Like (almost) any other program on Linux, Ardour can be started on the
11   command line. Type the following command in a terminal window:
12 </p>
13 <kbd class="cmd lin">ardour3</kbd>
14 <p>
15   To start Ardour with an existing session:
16 </p>
17 <kbd class="cmd lin">ardour3 <em>/path/to/session</em></kbd>
18 <p>
19   replacing /path/to/session with the actual path to your session. You can
20   specify either the session folder or any session file inside the folder,
21   including snapshots.
22 </p>
23 <p>
24   To start Ardour with a new, named session:
25 </p>
26 <kbd class="cmd lin">ardour3 -N <em>/path/to/session</em></kbd>
27
28 <h3>Other Command Line Options</h3>