050-720 SUSE Certified Linux Administrator 11

Loading demo links...

Showing 4–6 of 10 questions

Question 4 (Volume B)

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

Select all that apply, then click Submit answer.

  • ln file link-to-file1

  • ln link-to-file1 file1

  • ln -s file1 link-to-file1

  • ln -s link-to-file1 file1

  • cp -s file1 link-to-file1

  • mv -s file1 link-to-file1

Question 5 (Volume A)

Which are journaling file systems? (Choose 3.)

Select all that apply, then click Submit answer.

  • XFS

  • ext2

  • ext3

  • VFAT

  • minix

  • VFAT32

  • ReiserFS

Question 6 (Volume B)

Which command can be used to view the inode assigned to a filename?

Select an option, then click Submit answer.

  • ls -i

  • fsck -h -i

  • inode --list

  • cat /proc/inodes