After some manipulations (i don't know, which excatly did it) i unexpectedly broke terminal autocomplete feature. Each time i try yo use it i get:
nimga@ubuntu17:~$ sudo systemctl res-bash: /dev/null: Permission denied
bash: _upvars: `-a4': invalid number specifier
-bash: /dev/null: Permission denied
bash: _upvars: `-a0': invalid number specifier
According to text above i tried to autocomplete "sudo systemctl restart" but got an error. What can i do with it?
stat /dev/null
? – muru Jul 13 '17 at 11:38/dev/null
. See dupe on how to fix it. – muru Jul 13 '17 at 11:47stat /dev/null
is still the same? – muru Jul 13 '17 at 12:13