Contents: [slideshow]

The Command Line

Filing System, File and Directory Handling

Processes

BASH: More and Scripts

Installation

More

Practical Session




About this document

Basic Linux Stuff

File Permissions at the Commandline

chmod
  chmod o=r      chmod ug=rw    #  ...where u = user (owner),
  chmod ugo+x    chmod o-w      #     g = group,  o = others...
grep
Get regular expression and print:
  grep -i my_array program.f90


...previousup (conts)next...