

InterviewSolution
Saved Bookmarks
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() |
|