Incorrect message printed when su is killed
Issue
- Incorrect message printed when
suis killed
[root@host ~]# sudo su - testuser
[testuser@host ~]$ echo $$
2375
[testuser@host ~]$ kill -9 2375
Killed (core dumped)
[root@host ~]#
- It should only print "Killed", not "Killed (core dumped)"
Environment
- Red Hat Enterprise Linux 6.5
- Red Hat Enterprise Linux 7
- util-linux
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.