answersLogoWhite

0

Is vi editor a system software?

Updated: 8/18/2019
User Avatar

Wiki User

13y ago

Best Answer

No, an editor is an example of application software.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Is vi editor a system software?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Is text editor a system software?

No. Text-editor is application software.


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


What is the definition of vi in Linux?

Same as it would be in any other operating system: vi is a text editor, mostly tailored to power users.


Can you use password in vi editor?

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).


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.


Who has develop vi editor?

vi file name


Does the vi command work on windows?

No, it does not. At least not with a stock version of windows. "VI" is text editing/manipulation software that comes with unix based operating systems , BUT you can install "wiw" (vi for windows) or "VIM" an enhanced clone of the original 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.


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.


What is the running process of vi editor?

Your question is uncleear; every time you start the 'vi' editor you get another process.


What are the utilities of Vi editor?

Unclear question - 'vi' is a utility


What is the vi text editor?

vi text editor is a standard text editor found in almost every flavor of Linux, it is the most preferred text editor by most Linux professionals, other text editors include nano and pico are also decent substitutes for the vi editor