mikshaw
Group: Members
Posts: 4856
Joined: July 2004 |
|
Posted: Jan. 20 2005,15:38 |
|
Quote | Is the: & neccesary? |
No. The ampersand is used to launch processes in the background so that a shell/script can continue its business. An application like xset, which runs quickly and then closes, doesn't need to run in the background. On the other hand, the ampersand doesn't need to be left out either. Programs such as dock apps require it because they don't close. If the program doesn't close the .xinitrc script cannot continue unless the app is launched in the background.
-------------- http://www.tldp.org/LDP/intro-linux/html/index.html
|