bg – Resume the suspended job jobspec in the background cron – Daemon to execute scheduled commands fg – Resume the suspended job jobspec in the foreground jobs – list the active jobs disown – Remove job from the table of active jobs suspend – Suspend the execution of this shell wait – Wait until the child …
Daily Archives: June 24, 2009
Redirect iframe to top target with php
Redirect iframe to top target with php <script>window.top.location.href=”<?php echo “index.php/final?code=1”; ?>”</script>