Thursday, January 9, 2014

How to run Linux command in background

Put & after command

example:
find /var/lib/php5 -mtime +2 -name 'sess_*' -delete &

No comments:

Post a Comment