Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Symlink for flag.txt not working in all directories #9

Open
prathamgupta36 opened this issue Jun 30, 2024 · 0 comments
Open

Symlink for flag.txt not working in all directories #9

prathamgupta36 opened this issue Jun 30, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@prathamgupta36
Copy link
Collaborator

The current approach ( ln -s /flag /challenge/flag.txt) seems to only work when the user is in the directory containing the symlink (/challenge). If the user is in a different directory, the symlink doesn't resolve correctly.
I've also tried using a relative path for the target like ln -s /flag /flag.txt but this approach also doesn't seem to function as intended. The symlink should resolve to the /flag file regardless of the user's current working directory.

@prathamgupta36 prathamgupta36 added the enhancement New feature or request label Jun 30, 2024
@prathamgupta36 prathamgupta36 self-assigned this Jun 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant