LinuxTips

Last edit December 16, 2014
  • Find command usage
    • find . -name "rc.conf" -print
    • find -name "crypto*"

  • Start a particular service..(eg ftp server)
    • sudo /etc/init.d/vsftpd restart

  • SVN commands.
    • to clean up your mods
      • svn revert test/test_protocol.c [You have to provide the completer path]
      • svn revert --recursive

CategoryLinux CategoryTips