1.

Which of the following can be used to create a symbolic link?(a) os.symlink()(b) os.symb_link()(c) os.symblin()(d) os.ln()This question was addressed to me in an interview for job.Asked question is from Operating System in division Mapping Functions and Modules of Python

Answer»

Correct ANSWER is (a) os.symlink()

For explanation: It is the FUNCTION that ALLOWS you to create a SYMBOLIC link.



Discussion

No Comment Found

Related InterviewSolutions