Product SiteDocumentation Site

8.3.2. Spread and Activation

  1. Copy /bin/ls and /bin/date to the testing directory:
    $ cp /bin/ls /bin/date ./test
  2. Check file sizes in testing directory:
    $ ls -l ./test
  3. Run infection:
    $ cd ./test ; ./virus
  4. Compare new file sizes:
    $ls -l *