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
James -
Mike Young -
Bleuio tech -
Bleuio tech -
Top comments (0)