Updating a previous blog entry:
- To keep the terminal available even after launching an application, append the command with
&. Ex:nautilus & - To launch an application from a terminal and keep the application running even upon closing the terminal, add
nohupbefore the command. Can be used with the previous tip. Ex:nohup nautilus & -
whichreturns the pathnames of the files which would be executed in the current environment (fromman which). Meaning if you have installed a package and you do not know how to start it,whichwill return the full path and name of the executable file -
sudo ln -s /home/your_login/.themes /root/.themes sudo ln -s /home/your_login/.icons /root/.icons sudo ln -s /home/your_login/.fonts /root/.fonts
will have root applications use your user theme, icons and fonts (replace your_login with your user login)