Customize Consent Preferences

We use cookies to help you navigate efficiently and perform certain functions. You will find detailed information about all cookies under each consent category below.

The cookies that are categorized as "Necessary" are stored on your browser as they are essential for enabling the basic functionalities of the site. ... 

Always Active

Necessary cookies are required to enable the basic features of this site, such as providing secure log-in or adjusting your consent preferences. These cookies do not store any personally identifiable data.

No cookies to display.

Functional cookies help perform certain functionalities like sharing the content of the website on social media platforms, collecting feedback, and other third-party features.

No cookies to display.

Analytical cookies are used to understand how visitors interact with the website. These cookies help provide information on metrics such as the number of visitors, bounce rate, traffic source, etc.

No cookies to display.

Performance cookies are used to understand and analyze the key performance indexes of the website which helps in delivering a better user experience for the visitors.

No cookies to display.

Advertisement cookies are used to provide visitors with customized advertisements based on the pages you visited previously and to analyze the effectiveness of the ad campaigns.

No cookies to display.

Empowering you to understand your world

How To Run A Command In Ubuntu Without The Terminal

Run an app without the terminal in Ubuntu
Run a command without the terminal in Ubuntu

If you want to run a command in Ubuntu without using the terminal (like the Windows Run prompt can), you can easily do it by pressing Alt + F2. This way, you won’t have to load the terminal in order to run your command.  This also enables you to run commands without keeping the terminal window open. This reduces clutter on your desktop.

In cases where you do need the terminal, you can load it faster by pressing Ctrl + Alt + T. That will launch the terminal regardless of which app is open.

How To Run Gedit As Administrator In Ubuntu

You can press Alt + F2 to bring up the Run prompt and then enter ‘gedit admin:/path/to/file‘. Ubuntu will automatically prompt you for your password so that you don’t have to bring up a terminal window and type sudo, nor keep it open.

How To Run Nautilus As Administrator Without Using The Terminal

You can run Nautilus as administrator/root without bringing up a terminal window by pressing Alt +F2 and then typing ‘nautilus admin:/path/to/directory’. To keep it short, you can type ‘nautilus admin:/’ to launch Nautilus in the root directory, then you can navigate to your destination from there.

Running Apps As Administrator In Ubuntu

You can run an app as administrator in Ubuntu by pressing Alt + F2 and then type ‘appname admin:/path‘. This is only for if you are opening an app in a specific directory, or are opening a specific file in an app. For example, you can edit files in your Apache html directory as administrator if needed without launching the terminal/keeping it open:

gedit admin:/var/www/html/index.html‘.

This is useful now that gksudo has been removed from Ubuntu (as well as gksu).

Further Reading

Ubuntu Commands: A Cheat Sheet With Examples

Leave a Reply

Subscribe to our newsletter
Get notified when new content is published