1. you use the bash-completion with TAB?
I do not know what you mean. bash-completion is enabled. What is TAB? Acronym? Horizontal tab character?
2. why not using su -l to get root?
Code:
$ su -l root "/usr/bin/ls /root/.local/share/backintime/takesnapshot_*.log"
Password:
-bash: /usr/bin/ls /root/.local/share/backintime/takesnapshot_*.log: No such file or directory
Same result with "sudo -i" and "sudo --user=root".
3. is the file available there?
Yes.
Code:
$ su
Password:
$ /usr/bin/ls /root/.local/share/backintime/takesnapshot_*.log
/root/.local/share/backintime/takesnapshot_.log
Bookmarks