Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • mkdir <directory_for_cpu/vioc>
  • ln -s <path_to_desired_file> <symbolic_link_name>
  • rm <symbolic_link_name>   (WARNING: Make sure you are not removing the entire directory.  rm <symbolic_link_name/> will remove the directory that the symbolic link points too)
  • grep -r <search_term> .    (recursively search through directories starting in your currently working directory)
  • man <linux_command>  (linux documentation)

Additional References: