PrepAway - Latest Free Exam Questions & Answers

Which command would accomplish that?

You are experimenting with a binary in /tmp/foo.d that expects its configuration file at /etc/foo.conf.
You don’t want to save it there, but use a symbolic link to /tmp/foo.d/foo.conf instead. Which
command would accomplish that?

PrepAway - Latest Free Exam Questions & Answers

A.
ln -s /tmp/foo.d/foo.conf /etc/foo.conf
ext3

B.
ln /tmp/foo.d/foo.conf /etc/foo.conf
Soft link à Can create for directory also, can span multiple partitions but available until and
unless Original Files remain. Syntax for Soft link ln -s originalfile linkfile
Hard link à One separate Physical File, can’t create for directory, can’t span multiple file but
remains the link file if original file removed.
Syntax for Hard link ln originalfile linkfile
QUESTION 64
Which of the following Linux filesystems pre-allocates a fixed number of inodes at the filesystem’s
make/creation time, and does NOT generate them as needed?
jfs

C.
ln -s /etc/foo.conf /tmp/foo.d/foo.conf
reiserfs

D.
ln /etc/foo.conf /tmp/foo.d/foo.conf
xfs

B.
ln /tmp/foo.d/foo.conf /etc/foo.conf
Soft link à Can create for directory also, can span multiple partitions but available until and
unless Original Files remain. Syntax for Soft link ln -s originalfile linkfile
Hard link à One separate Physical File, can’t create for directory, can’t span multiple file but
remains the link file if original file removed.
Syntax for Hard link ln originalfile linkfile
QUESTION 64
Which of the following Linux filesystems pre-allocates a fixed number of inodes at the filesystem’s
make/creation time, and does NOT generate them as needed?
jfs

B.
ln /tmp/foo.d/foo.conf /etc/foo.conf
Soft link à Can create for directory also, can span multiple partitions but available until and
unless Original Files remain. Syntax for Soft link ln -s originalfile linkfile
Hard link à One separate Physical File, can’t create for directory, can’t span multiple file but
remains the link file if original file removed.
Syntax for Hard link ln originalfile linkfile
QUESTION 64
Which of the following Linux filesystems pre-allocates a fixed number of inodes at the filesystem’s
make/creation time, and does NOT generate them as needed?
jfs

A.
ln -s /tmp/foo.d/foo.conf /etc/foo.conf
ext3

B.
ln /tmp/foo.d/foo.conf /etc/foo.conf
Soft link à Can create for directory also, can span multiple partitions but available until and
unless Original Files remain. Syntax for Soft link ln -s originalfile linkfile
Hard link à One separate Physical File, can’t create for directory, can’t span multiple file but
remains the link file if original file removed.
Syntax for Hard link ln originalfile linkfile
QUESTION 64
Which of the following Linux filesystems pre-allocates a fixed number of inodes at the filesystem’s
make/creation time, and does NOT generate them as needed?
jfs

C.
ln -s /etc/foo.conf /tmp/foo.d/foo.conf
reiserfs

D.
ln /etc/foo.conf /tmp/foo.d/foo.conf
xfs

Explanation:
There are two types of link a. Soft link b. Hard link.

One Comment on “Which command would accomplish that?


Leave a Reply