Author Topic: Launch a program from the terminal using  (Read 4638 times)

bbasujon

  • Administrator
  • VIP Member
  • *****
  • Posts: 1826
  • I want to show my performance at any where
    • View Profile
    • Higher Education
Launch a program from the terminal using
« on: February 05, 2012, 07:49:34 AM »
This short tutorial is on how to open  a program in the Linux terminal without getting the application load or log on the terminal. Generally if you launch programs like nautilus or other applications, you can see that the terminal will still be used by those applications to print the log messages. Though the log is good, sometimes they are irritating and they are not necessary.

The quick workaround for this solution is to launch the application with a & (ampersand) in the end. This will launch the application and separate the terminal form it. Hence you are free to use the terminal from there on, without disturbing the launched program.

Example Launch Program

sudo nautilus &

This will open the nautilus in root mode and not log the messages in your terminal. Hence the program will look like its launched separately. Incase if you are writing your custom launch application you can make use of this command argument
Acquire the knowledge and share the knowledge so that knowing,learning then sharing - all are the collection