Error:
$chmod 755 hosts
=> chmod: Unable to change file mode on hosts: Operation not permitted
Fix:
$sudo chown -R $(whoami) .
$chmod 755 hosts
Error:
$chmod 755 hosts
=> chmod: Unable to change file mode on hosts: Operation not permitted
Fix:
$sudo chown -R $(whoami) .
$chmod 755 hosts
For further actions, you may consider blocking this person and/or reporting abuse
Abhay Singh Kathayat -
Rahul Kumar Barnwal -
Atharv Gyan -
Sonu kumar -
Top comments (0)