Shell Introduction: Difference between revisions
Jump to navigation
Jump to search
import>Tes36 No edit summary |
import>Tes36 No edit summary |
||
Line 2: | Line 2: | ||
# [http://ss64.com/bash/top.html Using the ''top'' function to see running functions] |
# [http://ss64.com/bash/top.html Using the ''top'' function to see running functions] |
||
# [http://www.tecmint.com/screen-command-examples-to-manage-linux-terminals/ The Screen program.] Useful for running processes without getting DC'd. See also nohup. |
# [http://www.tecmint.com/screen-command-examples-to-manage-linux-terminals/ The Screen program.] Useful for running processes without getting DC'd. See also nohup. |
||
# Jobs in the background |
# [[Background | Jobs in the background]] Doing other stuff while your computer is outputting data. |
||
# .bashrc - creating an alias, bespoke functions and the $PATH statement. |
# .bashrc - creating an alias, bespoke functions and the $PATH statement. |
||
# Mounting and symbolic links |
# Mounting and symbolic links |
Revision as of 09:08, 21 August 2015
- Using a GIT repository
- Using the top function to see running functions
- The Screen program. Useful for running processes without getting DC'd. See also nohup.
- Jobs in the background Doing other stuff while your computer is outputting data.
- .bashrc - creating an alias, bespoke functions and the $PATH statement.
- Mounting and symbolic links