Shell Introduction: Difference between revisions

From Thom Group Wiki
Jump to navigation Jump to search
import>Hb407
(Created page with "To be completed")
 
m (Ajwt3 moved page Introduction to Shell Introduction)
 
(16 intermediate revisions by 4 users not shown)
Line 1: Line 1:
# [[GIT | Using a GIT repository]]
To be completed
# [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.
# [[Background | Jobs in the background]] Doing other stuff while your computer is outputting data.
# [[.bashrc | .bashrc - creating an alias]] bespoke functions and the $PATH statement.
# [[Mounting | Mounting]] and symbolic links
# [[Queuing | Queuing]] Queue information for cerebro
# [[ssh session with X-forwarding | ssh session with X-forwarding]]
# [[Persistent X | Persistent X Sessions]]

Latest revision as of 08:29, 28 July 2022

  1. Using a GIT repository
  2. Using the top function to see running functions
  3. The Screen program. Useful for running processes without getting DC'd. See also nohup.
  4. Jobs in the background Doing other stuff while your computer is outputting data.
  5. .bashrc - creating an alias bespoke functions and the $PATH statement.
  6. Mounting and symbolic links
  7. Queuing Queue information for cerebro
  8. ssh session with X-forwarding
  9. Persistent X Sessions