Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
help:general_linux:info [2016/05/18 11:49]
jebailie [Help for New Users]
help:general_linux:info [2016/05/18 11:53] (current)
jebailie
Line 1: Line 1:
-====== System Info - User Help ======+====== Bash Shell Resources  ======
  
-----+===== a few articles and tutorials on the web for learning the bash shell =====
  
 +  * http://www.arachnoid.com/linux/shell_programming.html
 +  * http://tldp.org/HOWTO/Bash-Prog-Intro-HOWTO.html
 +  * http://www.panix.com/~elflord/unix/bash-tute.html 
 +  * http://www.codecoffee.com/tipsforlinux/articles2/043.html
 +  * http://www.cyberciti.biz/nixcraft/linux/docs/uniqlinuxfeatures/lsst/
 +
 +
 +====== System Info - User Help ======
 +----
 =====  Help for New Users===== =====  Help for New Users=====
  
Line 25: Line 34:
  
 Both the man (for manual) and Info pages provide information about the system. Man pages are typically geared to specific commands or files, while Info pages give information about an application as a whole. Both the man (for manual) and Info pages provide information about the system. Man pages are typically geared to specific commands or files, while Info pages give information about an application as a whole.
- 
- 
  
 =====Solutions To Common Problems ===== =====Solutions To Common Problems =====