Question d’entretien chez ServiceNow

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

Réponse à la question d'entretien

Utilisateur anonyme

5 août 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