But it need not be!

What Isstart?

One such super-handy shortcut is to use thestartcommand at the Command Prompt in Windows.

The main page of the Homepage homelab dashboard with services running on it.

Start is extremely versatile.

Then you move to Linux and expect the same great functionality to be there.

But not so:

Start is not a default command in Linux.

Article image

Linux offers control where Microsoft does not.

So, let’s implement our own start.

Re-implementingstarton Linux!

A Microsoft Windows command prompt employing the use of the start command

Re-implementingstarton Linux is easier then you think.

Here are two methods.

The first one uses thexdg-open.

The start command by default is not available in Linux

The first command will install thexdg-utilspackage, enabling us to use the commandxdg-open.

Note one could also typexdg-open, but I much prefer the shorter and more familiarstart.

After making these changes, exit your shell and re-open it.

The start command re-implemented in Linux

There may also be a file key in configuration screen available in your Linux Distribution.

The second command will add the linealias start=‘exo-open –launch FileManager’to~/.bashrcagain in a similar fashion as our first solution.

The command required here is slightly more complex, but things work in exactly the same way.

Selecting a preferred file manager application dialog