answersLogoWhite

0

vi

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

What is the primary file system type used by fedora 15 Linux?

ext4


Describe the similarities and differences in the treatment of file extensions by Fedora Core 4 and Windows XP?

There are no similarities. Fedora (or any other Linux distribution for that matter) doesn't really care about file extensions; they aren't used by most programs, and are not required to identify file types.


How do you install curses header file in fedora Linux in order to use getch function in a c an c plus plus program?

dnf install ncurses-devel


How to configure vsftpd in Linux Fedora 12?

I'm trying to go about on editing the vsftpd file so an account on my system, ftpadmin, should be the only regular user with access, including read and write access. But all other access should be anonymous and read-only. Any help to go about this would be greatly appreciated!


What is the primary file system used by Fedora 12?

The primary file system for Fedora 12 is ext4 but you may also use ext3.


What Linux command displays the last part of a file without editing it?

The tail command can be used to output the last part of a text file. The default is to show the last 10 lines of a file and options are available to override this.


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)


What are basic cammand for Linux iv editor?

I dont know what "iv" is but if you mead "vi" then... type vi "name of the file" to enter the editing mode then type "i" to start typing. when you are done editing type :wq to write then exit vi.


What is the primary file system type used by Fedora 12?

ext4


What is the primary file system type used by fedora 15?

ext4


What is the Linux Virtual File System used for?

The Linux VFS (Virtual File System) may be thought of as a sort of interface between the Linux kernel and the mounted file systems. There can be many different file system types mounted simultaneously and VFS allows the Linux kernel to see and address them all in a similar way. This provides Linux with a great deal of flexibility. [JMH]