Tagged: bash

About linux : Bash-brace-expansion—operand-behavior

Question Detail When using brace expansion with certain commands, the actual behavior differed from what I expected- a member within the brace was evaluated as an argument in the other brace member’s expansion. For...

About linux : Permission-denied-as-root-user-closed

Question Detail Closed. This question is not about programming or software development. It is not currently accepting answers. This question does not appear to be about a specific programming problem, a software algorithm, or...

About linux : Root-cron-job-not-working-on-ubuntu-with-two-scripts

Question Detail I have two cronjob saved using sudo crontab -e but none of them are working. The commands in crontab are: @reboot /home/michi/Documents/Scripts/disableTouch.sh @reboot mount /mnt/dev Where: disableTouch.sh is a script that disables...