I get an error when running either netstat or ss commands. The error is:
bash: cd: too many arguments
I get the error seeming regardless of the command parameters used (e.g. netstat -anp or netstat --help or no parameters at all).
I can successfully execute the commands on other distros, so I suspect the issue is specifically with Fedora. Also, other commands seem to work as expected, so it seems specific to accessing the network processes.
I updated the system and rebooted, but the issue remains. I am running KDE on Fedora 43. The kernel version is 6.18.3-200.fc43.x86_64.
I am a new Fedora user, and am not sure where to start with troubleshooting this issue. My questions are:
Has anyone else encountered the issue and have a solution?
Can anyone provide some debug tips to try and find the exact cause?
Yes, that was it. I did not even think of that. The problem was I had an alias for netstat to use ss instead, as some distros no longer have ss. I then had inadvertantly created a new alias for ss to change to a specific project folder. Doh! Thank you so much. You da man!