useful Linux commands

  • #ll: list all the files and folders=ls -l
  • #cp -u sourcefile objfile: if same, no action, if different, copy
  • #more filename: view file page by page
  • #ll | more: list file page by page
  • #less filename: same with more       /word:search word
  • #sudo -s:root

Leave a comment