nerdexam
Novell

050-720 · Question #356

You have a file named file1 and you want to create a symbolic link named link-to-file1 to the file. In a terminal window, which command accomplishes what you want? (Choose 2.)

The correct answer is C. ln -s file1 link-to-file1 E. cp -s file1 link-to-file1. See the full explanation below for the reasoning.

Question

You have a file named file1 and you want to create a symbolic link named link-to-file1 to the file. In a terminal window, which command accomplishes what you want? (Choose 2.)

Options

  • Aln file link-to-file1
  • Bln link-to-file1 file1
  • Cln -s file1 link-to-file1
  • Dln -s link-to-file1 file1
  • Ecp -s file1 link-to-file1
  • Fmv -s file1 link-to-file1

How the community answered

(40 responses)
  • A
    3% (1)
  • B
    8% (3)
  • C
    73% (29)
  • D
    3% (1)
  • F
    15% (6)

Community Discussion

No community discussion yet for this question.

Full 050-720 Practice