From 1fb22b276535f11cdb2e06b29a1962a4d9f77526 Mon Sep 17 00:00:00 2001 From: MeShehi Date: Fri, 10 Jul 2026 09:47:51 +0200 Subject: [PATCH] #2145: Update symlink.adoc with information on ide ln Added tip on using ide ln to create symlinks --- documentation/symlink.adoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/documentation/symlink.adoc b/documentation/symlink.adoc index 9c62918e65..7b9b2efb30 100644 --- a/documentation/symlink.adoc +++ b/documentation/symlink.adoc @@ -21,6 +21,10 @@ To do so you might need to be connected to a VPN depending on the company settin | |=== +IDEasy provides a tool to create symlinks using the `ln` command. As example: +`ide ln -sr src-folder target-link-folder` +The result can be verified using `ls -la` + == Running Tests Without Symlink Permissions If you are a contributor and want to run the test suite without administrator privileges or enabling symlink permissions, you can still do so.