How do i get the bash command below to stop echoing these bash alias not found errors?
0
votes
1
answer
141
views

Status: active
To Action From
-- ------ ----
22/tcp LIMIT Anywhere
443 ALLOW Anywhere
80/tcp DENY Anywhere
22/tcp (v6) LIMIT Anywhere (v6)
443 (v6) ALLOW Anywhere (v6)
80/tcp (v6) DENY Anywhere (v6)
included are my screengrab of terminal.
here are the bash errors
bash: alias: -d: not found
bash: alias: 5: not found
bash: alias: -d: not found
bash: alias: 1: not found
bash: alias: -d: not found
bash: alias: 0.2: not found
bash: alias: -d: not found
bash: alias: 0.1: not found
bob@bob-ao533:~$
those were caused by one of these.
sudo echo "alias top="top -d 1"" >> ~/.bashrc
sudo echo "alias top="top -d 5"" >> ~/.bashrc
Then for the debsums issue it found, that was after running sudo debsums -as
, though, other main switches of debsums including these -cs -ls and standard -s -as was the one who found that sysctl.conf (from procps package) though.
Asked by bob king
(1 rep)
Apr 25, 2024, 03:59 AM
Last activity: Apr 26, 2024, 01:07 PM
Last activity: Apr 26, 2024, 01:07 PM