answersLogoWhite

0

There's no such thing as a "file editor." That would imply that all files used the exact same format and thus could all be edited from a single program. This is simply not the case.

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

How do you access a Linux partition from Windows XP?

There are programs you can download that will read Linux file systems. Common file systems are ext2 and ext3.


What is the name of the text editor used in Linux?

There is no the text editor in Linux. There are dozens of possible text editors available for Linux, such as:edviVimEmacsJOENanoJEDKateGeditMousepadLeafpadjEditXeditGeanyNEditJuffEdJOVE


How do you set Linux sudo permissions?

By carefully editing the /etc/sudoers file using visudo.Note: before that set environment variable EDITOR to your favourite text-editor, for example:export EDITOR=/usr/bin/mcedit


How do you change the file system size in Linux?

You can't resize a mounted partition, so you can't resize the root file system while the installed copy of Linux is running. To resize it, you should use a LiveCD like GParted that contains a partition editor.


What is the oldest Linux file system?

The first file system Linux supported was the MINIX file system.


What is file manager in Linux?

There is no set file manager in linux. Examples of Linux file managers include but: Nautilus (GNOME) Thunar (XFCE) Dolphin (KDE)


How do you save a c program in Linux?

It depends on the editor.


How do you make a command on Ubuntu 9.04?

Anything can be made into a command on a Linux system. The steps are easy. First, using any text editor (vim, emacs, etc.) create a text file. Put anything you want to do in this file. Save the file. Make sure the file you just created has read and execute permissions (chmod). That's it! Now you have a command that you can execute in Linux.


What are the Linux editing utilities?

The one editor that is absolutely certain to be available on every Linux and Unix distribution is 'vi'. The 'vi' editor is not only the world's greatest editor, it is absolutely ubiquitous in the Unix and Linux world. There are other editors on many Linux systems including many graphical editors, but none hold a candle to 'vi', at least in my humble opinion.NOTE: The 'vi' editor was written by Bill Joy.


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


What file is used on a Linux system?

Linux systems have access to a wide range of filesystems, however most Linux distributions default to ext3 or ext4. In the future it is our hope that the "standard" Linux filesystem will be btrfs.Linux supports many different file systems, including ext, ext3, ext4, ReiserFS, Reiser4, JFS, btrfs, and XFS.


What are VI and Nano used for?

These are Unix and Linux text editor programs.