Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I need to edit our virtual table file. This file has been checked out by my colleague who has gone away on vacation leaving it checked out! When I try to check it out (co) it says that it is still locked by this user. I am able to login as su. How do I release the lock on this file so that it is not still locked by this user who is away? Thanks.
that depends on how the lock is done. If it is done by "vim", then an "fuser -k .<filename>.swp" and "rm .<filename>.swp" should help, but this will kill all unsaved changes that other user has made.
I will need to save any changes that the user has done. Before he went I'm sure he told me of an easy way to free a locked file whilst logged in as su......but I can't remember!
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.