I can't use lsattr and chattr commands in my system. I used both many years ago. Now both these commands display error messages. I tried them with different files. The result is always the same:
Code:
# lsattr /etc/lilo.conf
lsattr: Inappropriate ioctl for device While reading flags on /etc/lilo.conf
# chattr +i /etc/lilo.conf
chattr: Inappropriate ioctl for device while reading flags on /etc/lilo.conf
# chattr -i /etc/lilo.conf
chattr: Inappropriate ioctl for device while reading flags on /etc/lilo.conf
I use Slackware 12.2.
Any assistance will be appreciated.