Pergunta de entrevista da empresa ServiceNow

What is a symlink? How would u end an if else script?

Resposta da entrevista

Sigiloso

5 de ago. de 2022

A symlink is also known as a softlink, which is basically a type of file that points to another file. To end an if-else script: if << start of if-else ... elif ... elif ... else ... fi << end of if-else script (if spelled backwards)

1