Linux Makefile Question:
Download Questions PDF

When you use the ln command, which of the following occurs?
a) a file is created that points to an existing file
b) a file is created that is a copy of an existing file
c) a file is moved from one location to another
d) a file is renamed

Makefile Interview Question
Makefile Interview Question

Answer:

a) a file is created that points to an existing file

Download Makefile Interview Questions And Answers PDF

Previous QuestionNext Question
The directory file contains:
a) File names & File Sizes
b) File names & Inode Numbers
c) File names & Address
d) File names & Permissions
The soft link will increase the link counter of the file (T/F):
a) True
b) False