We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
sudo echo $(whoami)
sudo -k
sudo prompts for the password but hitting enter key has no visible effect. The prompt remains until the script is interrupted with Ctrl-c.
sudo
{ "atuin": { "version": "18.5.0", "sync": { "cloud": false, "records": true, "auto_sync": true, "last_sync": "2025-04-27 13:48:17.471231688 +00:00:00" }, "sqlite_version": "3.46.0" }, "shell": { "name": "fish", "default": "fish", "plugins": [ "atuin" ], "preexec": "built-in" }, "system": { "os": "Fedora Linux", "arch": "x86_64", "version": "42", "disks": [ { "name": "composefs", "filesystem": "overlay" }, { "name": "/dev/mapper/fedora-root", "filesystem": "ext4" }, { "name": "/dev/nvme0n1p2", "filesystem": "ext4" }, { "name": "/dev/mapper/fedora-root", "filesystem": "ext4" }, { "name": "/dev/nvme0n1p1", "filesystem": "vfat" }, { "name": "/dev/mapper/fedora-home", "filesystem": "ext4" }, { "name": "sysext", "filesystem": "overlay" } ] } }
The text was updated successfully, but these errors were encountered:
Workaround: run some sudo ls command before running the script and don't run sudo -k ;)
sudo ls
Sorry, something went wrong.
No branches or pull requests
What did you expect to happen?
sudo echo $(whoami)
sudo -k
What happened?
sudo
prompts for the password but hitting enter key has no visible effect. The prompt remains until the script is interrupted with Ctrl-c.Atuin doctor output
Code of Conduct
The text was updated successfully, but these errors were encountered: