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

Never delete nvram.nvm #837

Closed
wants to merge 1 commit into from
Closed

Never delete nvram.nvm #837

wants to merge 1 commit into from

Conversation

paldier
Copy link
Contributor

@paldier paldier commented Dec 22, 2023

Make sure that the file should not be deleted under any circumstances, including the full path or just the filename or *, such as rm -rf /tmp/*.

Make sure that the file should not be deleted under any circumstances, including the full path or just the filename or `*`, such as `rm -rf /tmp/*`.
@RMerl
Copy link
Owner

RMerl commented Dec 26, 2023

Asus implemented something similar upstream in coreutils/rm.c instead (for multiple files). Wouldn't it be better to match their implementation, or is there an issue with theirs?

@paldier
Copy link
Contributor Author

paldier commented Dec 26, 2023

You can try running rm -rf /tmp/* or rm -rf * in /tmp folder, you will get the answer.
I have explained to asus, why is rm -rf /tmp/* or rm -rf *, asus don't seem to believe it.

@RMerl RMerl closed this Dec 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants