How to protect file in linux

In Linux you can protect your important file using below steps:

File output

$ cat impfile
Account info: 128940291313
Name: Shahzad Alam

Set password on file

$ vim -x  impfile
Enter encryption key: ******
Enter same key againp: ******

:wq   (save)

Now file is protected
$ vim impfile

Remove Password from File
open file using vim

#vim impfile


:set key=          (user optioin and save)

Now see file is unprotected

#vim impfile
Share on Google Plus

About Penguin Technology

I am a passionate cloud and DevOps professional specializing in Linux and open-source solutions. Through this blog, I share my knowledge and experience with the community, offering tips and insights on cloud technologies and DevOps practices.
    Blogger Comment

1 comments:

  1. I gathered as much knowledge regarding to the Linux, web sever and database server from your site.Keep on updating with more interesting topic.
    Moreover to recover the lost file from Linux Click on:
    android data recovery review
    launch android data recovery
    backup and restore android apps and data
    android backup app data
    recover lost files
    diskdigger pro file recovery

    ReplyDelete