ENCS Home Administration Alumni Departments Research News & Events Jobs
Search Service Desk:
Advanced
Quick links
Contact the Service Desk


Faculty, Staff, Students
Room: EV007.182
Phone ext.: 5713

Students, Staff
Room: H0964-00
Phone ext.: 4181


servicedesk@encs.concordia.ca

Service Desk

FAQ Index
 
Unix/Linux
Software
How to run an application in the background?
Login

[Modified Tuesday, Dec 3rd 2013 by sdesk86]

To run an application in the background, you can use the nohup command.

Usually, windowed application behavior is not desired so that can be disabled with the unsetenv DISPLAY command

Typical usage would use the following commands: (in this case we would like to run matlab in the background

unsetenv DISPLAY nohup matlab < infile > outfile &
(Note the redirection and the ampersand at the end)


 
If you have any comments about the website please Contact us

Copyright © 2005 Faculty of Engineering & Computer Science