Run a Process in the Foreground or the Background  

Sunday, November 11, 2012

To run a process in the background:
[command]  &

To suspend a foreground process and place it in the background, use the following steps:

  1. Press CTRL+Z
  2. Enter: bg 

To bring this background process to the foreground again,
  1. enter: fg

AddThis Social Bookmark Button
Email this post


How to customize BASH profile?  

If you wanted to customize your .profile, .bashrc or .bash_profile, visit this link, awesome references:

http://stefaanlippens.net/my_bashrc_aliases_profile_and_other_stuff

or

http://www.linuxfromscratch.org/blfs/view/6.3/postlfs/profile.html


Changing directory colors:
http://www.geekgumbo.com/2011/11/04/changing-the-directory-color-in-the-bash-shell/


AddThis Social Bookmark Button
Email this post


Design by Amanda @ Blogger Buster