In the command tar -cvjf foo.tbz a b c, what are a, b and c?

  • Extra flags passed to tar
  • File names to be added to the archive
  • Matching operators; anything starting with a, b, or c will be added
  • Nothing; -cvjf only expects one parameter
  • a is the directory that will be prepended to files; b and c are files inside it
Для просмотра статистики ответов нужно залогиниться.