Advanced Research Computing
Virtual Visit Request info Apply
MENUMENU
  • About
    • Overview
    • Details
    • Terms of Service
    • FAQs
    • Our Team
    • Testimonials
  • Services
    • Pricing
    • Coffee/Office Hours
    • Service Requests
      • Request an Account
      • Request Storage
      • Request Classroom Access
      • Request Software
      • Request Data Science Development/Consulting
    • Data Portal »
  • Resources
    • Documentation »
    • Workshops
    • Web Apps
      • Doppler (NAU only)
      • Metrics (NAU only)
      • OnDemand
      • XDMod
      • XDMoD Reports
  • Research
    • Current Projects
    • Publications
  • Collaboration
    • Arizona Research Computing
    • CRN
    • External
  • IN
  • ARC
  • Linux/Bash Basics

Linux/Bash basics

What follows is a quick primer on the basics of getting around in Linux with the bash shell. This section may not be needed by experienced *nix folk. If that’s the case, skip to the Software section.

Getting around

  • Linux Basics

Editing files

There are a few editors available on Monsoon:

nano – great for beginners

emacs – very good editor, flexible

vim – very powerful and flexible, a bit of a learning curve

File redirection and pipes

  • File redirection and pipes

Examples

  • I/O Redirection