Programmers and Linux users come here please.. How I can run MT5 with custom settings from Ubuntu Terminal

 
Dears,

In Windows If I will run MT5  with predefined parameters like account number, I can write this command line to do it:
terminal64.exe /login:1000

I tried write this command on Ubuntu Terminal:

xdg-open terminal64.exe /login:1000

It will show:

xdg-open: unexpected argument '/login:1000'

Try 'xdg-open --help' for more information.

How I can do it on Ubuntu terminal?


Thank you:)