Any one know why I cannot edit, or delete keylist.txt file. FTP'ed to box username: root password: dbox. Not able to change file mode. Shown as read write xecute for owner, but only read for group/ public etc
Is root the owner of the file? If not you should take note of the owner, then change the owner to root using chown root keylist.txt, then edit the file then change owner back to orig owner. HTH