2012/1/4 Bram Moolenaar <[email protected]>: > > One suggestion I haven't heard yet: Try changing the 'backupcopy' > setting. > > Vim has some protection against doing bad things with root permission, > that might interfere with what you are doing.
If I understood well, vim is executed as non privileged user, not root. But the permissions of all files (inexistent in ntfs) are set according to a predefined mask which, in this case, includes execution privilege for user, goup and other which, of course, can be a relative security risk if the owner is root. Maybe that is what you would mean... NOTE: The write permission in the mask cannot be removed because, for directorys, this means the "enter" permission (read and write permissions in directorys always belongs to its contents). Then, the only way to remove execution permission for root in a ntfs files is setting the ownership of the whole filesystem to other user.. Regards. -- Joan Miquel Torres__________________________________ Linux Registered User #164872 http://www.mallorcaweb.net/joanmiquel BULMA: http://bulma.net http://breu.bulma.net/?l2301 -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php
