User:Tom/RHCE EX300: Difference between revisions

From RoggeWiki
Jump to navigation Jump to search
(Created page with "RHCSA & RHCE Red Hat Enterprise Linux 7: Training and Exam Preparation Guide (EX200 and EX300) third edition march 205 by Asghar Ghori ===RHCE=== ====Hoofdstuk 14 Using basi...")
 
No edit summary
Line 5: Line 5:
===RHCE===
===RHCE===


====Hoofdstuk 14 Using basic Linux Tools====
====Hoofdstuk 14 Writing Shell Scripts====


  ssh host
  nl      Number lines of files
  ssh -l user host
  bash -x Debug script
  ssh -X host
  Command line arguments $0 $1, $#, $*, $$.
  ls pwd cd mkdir

Revision as of 11:49, 4 January 2016

RHCSA & RHCE Red Hat Enterprise Linux 7: Training and Exam Preparation Guide (EX200 and EX300) third edition march 205 by Asghar Ghori

RHCE

Hoofdstuk 14 Writing Shell Scripts

nl       Number lines of files
bash -x  Debug script
Command line arguments $0 $1, $#, $*, $$.