Game Preview

Linux

  •  English    40     Public
    linux for dummies
  •   Study   Slideshow
  • Return the specified number of lines from the bottom
    tail
  •  15
  • Return the specified number of lines from the top
    head
  •  15
  • Search for a string within an output
    grep
  •  15
  • Get the active username
    whoami
  •  15
  • Print any text that follows the command
    echo
  •  15
  • Display file contents on the terminal
    cat
  •  15
  • Delete files or directories
    rm
  •  15
  • Move or rename files in Linux
    mv
  •  15
  • Similar usage as mv but for copying files in Linux
    cp
  •  15
  • Print working directory command in Linux
    pwd
  •  15
  • The most frequently used command in Linux to list directories
    ls
  •  15
  • Command used to create directories in Linux
    mkdir
  •  15
  • Create blank/empty files
    touch
  •  15
  • Clear the terminal display
    clear
  •  15
  • Allows you to check if two files are identical
    cmp
  •  15
  • Find the difference between two files
    diff
  •  15