GenWikiLinux

From birchyHistory
Jump to: navigation, search
Line 31: Line 31:
 
Can pipe the output of another command
 
Can pipe the output of another command
 
  ls |grep blah lists all files in the current directory whose names contain the string "blah"
 
  ls |grep blah lists all files in the current directory whose names contain the string "blah"
 +
 +
==Create shortcuts in Linux (symbolic links)==
 +
 +
ln -s /pathToTarget nameOfTheLink
 +
 +
e.g.  ln -s /var/www/html/public_html/ webDirectory

Revision as of 14:18, 12 September 2015

Personal tools
Namespaces

Variants
Actions
Navigation
Tools