-1

Why is 'chattr' on CentOS 6 returning 'Killed'?

# chattr -i /usr/sbin
Killed

# file /usr/bin/chattr
/usr/bin/chattr: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linker (uses shared libs), for GNU/Linux 2.6.9, not 

# uname -a
Linux nameofcompany.com 2.6.32-573.18.1.el6.x86_64 #1 SMP Tue Feb 9 22:46:17 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
HBruijn
  • 84,206
  • 24
  • 145
  • 224

1 Answers1

1

It appeared that the problem was directly related to running a 32-bit exe on a 64-bit system. Problem solved by installing 64-bit version.