I just booted up a VIM3 for the first time. I need to break out of a sequence using the customary C but this does not work. I tried a few other options and looked on this forum.
Perhaps this is something to do with my keyboard but a colleague on a different system is having the same problems,
I am trying to break from an application (after boot). For example if you ping a device it typically continues to ping until a c is issued. This works with other linux versions but not this one.
thanks
fritz
doesn’t works , because it involves running a program as process #1 that is not designed to do the jobs that process #1 actually needs to do …
Yes, signals will act oddly. Process #1 has special semantics for signals, for starters … Furthermore, job control shells cannot do job control when /dev/console is their standard I/O but nothing has set up a proper session with a controlling terminal, as the Bourne Again shell actually told you as soon as it started up.
or ask google about this …
PS: or show me next output ls -l1 /proc/self /proc/self/fd/ its can help me clarify problem