050-733 SUSE Certified Linux Administrator 12

Loading demo links...

Showing 4–6 of 10 questions

Question 4

Which statement regarding symbolic links is true? (Choose two.)

Select all that apply, then click Submit answer.

  • A symbolic link can point to a file on a different file system.

  • A symbolic link and the file it points to share the same inode.

  • If you delete the symbolic link, the original file is deleted as well.

  • If you delete the original file, the symbolic link points to a non-existing file.

  • With a symbolic link, you cannot see directly that it is a link.

Question 5

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 two.)

Select all that apply, then click Submit answer.

  • In file link-to-file1

  • In link-to-file1 file1

  • In –s file1 link-to-file1

  • In –s link-to-file1 file1

  • cp –s file1 link-to-file1

  • mv –s file1 link-to-file1

Question 6

What is the output of the echo '$HOME' command when user geeko (home directory /home/geeko) enters it at the bash shell prompt?

Select an option, then click Submit answer.

  • geeko

  • /home/geeko

  • $HOME: No such file or directory

  • $HOME