Next Previous Contents

3. Installation

I suggest you do three things to install lsc:

  1. Unpack the provided tarball somewhere in your hard drive
    $ tar -xvzf ./lsc.tar.gz
    
  2. Copy ``lsc'' in some useful location with the right ownership and permissions set, for example:
    # cp -a ./lsc /usr/bin/
    # chown root:root /usr/bin/lsc
    # chmod 0755 /usr/bin/lsc
    
  3. Check the perl path. The script assumes the perl binary is /usr/bin/perl and this is true for the most part of the systems. To check this out, type ``which perl'' to have the location of the perl executable. If it is somewhere else, just edit lsc and change the first line to point to the right place.


Next Previous Contents