I want to toggle the sizes top shows. top -M does work, but when I try to toggle the sizes after top has opened using shift+E (as some suggested) it does not work. Why is that and what is the alternative? I will appriciate any help!
Home
/
user-383050
Liron Cohen's questions
During boot the system hangs, and the last message while it hangs is: Starting system logger: Can't open or create /var/run/syslogd.pid. Can't write pid.
After a while I discovered that /etc/init/rc.sysinit was corrupted - the first line was:
#!/bin/bsh
instead of:
#!/bin/bash
Why that mistake resulted this result? Why specifically this error?