lndir(1)


NAME

   lndir  -  create  a  shadow  directory  of  symbolic  links  to another
   directory tree

SYNOPSIS

   lndir [ -silent ] [ -ignorelinks ] [ -withrevinfo ] fromdir [ todir ]

DESCRIPTION

   The lndir program makes  a  shadow  copy  todir  of  a  directory  tree
   fromdir,  except  that  the shadow is not populated with real files but
   instead with symbolic links pointing at the real files in  the  fromdir
   directory tree.  This is usually useful for maintaining source code for
   different  machine  architectures.   You  create  a  shadow   directory
   containing  links  to  the  real  source,  which  you will have usually
   mounted from a remote machine.  You can build in the shadow  tree,  and
   the  object  files  will  be  in the shadow directory, while the source
   files in the shadow directory are just symlinks to the real files.

   This scheme has the advantage that if you update the source,  you  need
   not  propagate the change to the other architectures by hand, since all
   source in all shadow directories are symlinks to the real  thing:  just
   cd to the shadow directory and recompile away.

   The  todir  argument is optional and defaults to the current directory.
   The fromdir argument may be relative (e.g., ../src) and is relative  to
   todir (not the current directory).

   Note  that  BitKeeper,  CVS,  CVS.adm,  .git,  .hg, RCS, SCCS, and .svn
   directories are shadowed only if the -withrevinfo  flag  is  specified.
   Files with names ending in ~ are never shadowed.

   If  you  add files, simply run lndir again.  New files will be silently
   added.  Old files will be checked that they have the correct link.

   Deleting files is a more painful problem; the symlinks will just  point
   into never never land.

   If  a file in fromdir is a symbolic link, lndir will make the same link
   in todir rather than making a link back to the (symbolic link) entry in
   fromdir.  The -ignorelinks flag changes this behavior.

OPTIONS

   -silent
          Normally  lndir  outputs  the  name  of  each subdirectory as it
          descends into it.  The -silent option  suppresses  these  status
          messages.

   -ignorelinks
          Causes  the  program  to  not  treat  symbolic  links in fromdir
          specially.  The link created in todir will  point  back  to  the
          corresponding  (symbolic  link) file in fromdir.  If the link is
          to a directory, this is almost certainly the wrong thing.

          This option exists mostly to emulate the behavior the C  version
          of lndir had in X11R6.  Its use is not recommended.

   -withrevinfo
          Causes  any  source  control manager subdirectories (those named
          BitKeeper, CVS, CVS.adm, .git, .hg, RCS, SCCS, or  .svn)  to  be
          treated as any other directory, rather than ignored.

DIAGNOSTICS

   The  program displays the name of each subdirectory it enters, followed
   by a colon.  The -silent option suppresses these messages.

   A warning message is displayed if the symbolic link cannot be  created.
   The  usual  problem  is  that  a  regular file of the same name already
   exists.

   If the link already exists but doesn't point to the correct  file,  the
   program prints the link name and the location where it does point.

SEE ALSO

   ln(1).





Opportunity


Personal Opportunity - Free software gives you access to billions of dollars of software at no cost. Use this software for your business, personal use or to develop a profitable skill. Access to source code provides access to a level of capabilities/information that companies protect though copyrights. Open source is a core component of the Internet and it is available to you. Leverage the billions of dollars in resources and capabilities to build a career, establish a business or change the world. The potential is endless for those who understand the opportunity.

Business Opportunity - Goldman Sachs, IBM and countless large corporations are leveraging open source to reduce costs, develop products and increase their bottom lines. Learn what these companies know about open source and how open source can give you the advantage.





Free Software


Free Software provides computer programs and capabilities at no cost but more importantly, it provides the freedom to run, edit, contribute to, and share the software. The importance of free software is a matter of access, not price. Software at no cost is a benefit but ownership rights to the software and source code is far more significant.


Free Office Software - The Libre Office suite provides top desktop productivity tools for free. This includes, a word processor, spreadsheet, presentation engine, drawing and flowcharting, database and math applications. Libre Office is available for Linux or Windows.





Free Books


The Free Books Library is a collection of thousands of the most popular public domain books in an online readable format. The collection includes great classical literature and more recent works where the U.S. copyright has expired. These books are yours to read and use without restrictions.


Source Code - Want to change a program or know how it works? Open Source provides the source code for its programs so that anyone can use, modify or learn how to write those programs themselves. Visit the GNU source code repositories to download the source.





Education


Study at Harvard, Stanford or MIT - Open edX provides free online courses from Harvard, MIT, Columbia, UC Berkeley and other top Universities. Hundreds of courses for almost all major subjects and course levels. Open edx also offers some paid courses and selected certifications.


Linux Manual Pages - A man or manual page is a form of software documentation found on Linux/Unix operating systems. Topics covered include computer programs (including library and system calls), formal standards and conventions, and even abstract concepts.