answersLogoWhite

0

Can you use password in vi editor?

User Avatar

Anonymous

15y ago
Updated: 8/17/2019

The 'vi' editor is a text editor; it can edit anything that is displayable ASCII text. You can edit a password in the password file using 'vi' (not recommended).

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

What vi editor do you go to to edit a password protected subdirectory?

This is an unclear question, since Unix systems do not have password protected subdirectories. The 'vi' editor is either granted permission to edit a resource or denied, based on permissions (and not passwords).


How do you use tar command of UNIX in vi editor?

You don't. The 'tar' command has nothing to do with the 'vi' editor; it creates an archive files and the vi editor modifies the content of a file.


What is the function of Vi editor?

'vi' is the standard text editor for Unix. You use it to edit content of a text file.


Where use vi file editor?

The 'vi' text editor may be used anywhere you want to edit/change/modify/add text to a file.


How insert the text in vi editor?

the text is inputed in vi editor by pressing the i key, that mean get the insert permission into vi editor


Why you used vi editor in unix?

Everyone has their favorite editor - mine happens to be 'vi' because I use it frequently and it does in a simple way everything I need to do with editing.


Which command do you use to edit password file in Linux?

Hmm... The recommended method of changing your password on Linux (or Unix for that matter), is to use the passwd command.To change another user's password, switch user to rootand issue the command:# passwd other_user Your question seems to indicate that you really want to directly edit your passwd and shadow files on your Linux distribution. Unless you really, really know what you're doing, I recommend against this.If you do know what you're doing, use the vi (or other editor - vi is the best editor ever made though) editor and directly edit your /etc/passwd and /etc/shadow files.Of course, should you subsequently discover you can no longer access your system, it may behoove you to go back to your Linux/Unix basics and begin all over again. May I suggest, as an excellent starting point, learn all that you can about the world's most wonder editor, the editor vi. :)


Why to use gedit and vi editor?

gedit is a visual editor that can only be used in a graphical desktop environment. 'vi' is a standard and can be used in a terminal window without resorting to a desktop environment.


How do you use echo command to display message in vi editor such as Enter a name?

It seems as though your question has to do with an interactive prompt, which doesn't exist in the 'vi' editor. It is an editor program, and as such is only concerned with text based file changes.


Who has develop vi editor?

vi file name


How can you print a file while you are in the vi editor?

To print a file while in the vi editor, you can use the command :!lpr. This command sends the current buffer to the default printer. Alternatively, if you want to specify options for the print command, you can use something like :!lpr -P printer_name to print to a specific printer. After executing the command, you will return to the vi editor.


Why is the vi editor called a bimodal editor and Explain?

Vi (pronounced vee-eye), the standard screen-oriented editor provided with Unix operating systems, is the ``visual'' mode of the Ex line editor. Both Vi and Ex commands can be issued from within Vi. Source-The Internet.