what is linux utilities and editor

Answers were Sorted based on User's Feedback



what is linux utilities and editor..

Answer / prashant

ed is stream editor, a Unix tool for working with streams
of text data. See the awful truth about sed

Is This Answer Correct ?    6 Yes 0 No

what is linux utilities and editor..

Answer / sampath

vi
vim
gedit
nano

these are all various editors in linux

Is This Answer Correct ?    7 Yes 1 No

what is linux utilities and editor..

Answer / sachinmali17

'Vi' is also a linux editor. It is very user friendly.

Is This Answer Correct ?    1 Yes 0 No

what is linux utilities and editor..

Answer / alf55

Evey Unix or Linux distro will have an editor that is
compatible with Vi. In Linux that is usually vim (it may
have a link or alias for vi as well.

Any other editors may be present as well but are not
required to be present per the Unix specification.

The gui version of vim is gvim.

vi
vim --- vi improved (vi compatible with much more)
gvim --- GUI version of vim
elvis --- (vi ompatible with more) also see second coming of
elvis
emacs --- another editor can be switched into vi mode
and many more

vi, ed or ex are inside vim and when they are symbolic link
to vim, then vim will behave as that editor when executed as
vi, ed, or ex.

sed is a stream editor that was pulled out of the very old
ed editor. (Note that the UNIX grep command was also pulled
out of ed as well.)

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Linux Commands Interview Questions

How to root mirror in Linux? How to replace mirrored hdd in case of failure?

1 Answers   Siemens,


What does the top command display?

10 Answers   iNautix, Yahoo,


how to run the boot loader in the linux.......

5 Answers  


What is nslookup command?

0 Answers  


Hi All of Unix/Linux professional Q.Why soft link file not open by cat command. Ihave make following symbolic link but when i open with #cat linkfilename it does not oped please see the following code and try to answer. # ln -s file1 ~/mydir/filea [root@dhcppc0 ~]# cd mydir [root@dhcppc0 mydir]# ls -l total 4 lrwxrwxrwx 1 root root 5 2010-04-04 09:04 filea -> file1 [root@dhcppc0 mydir]# cat filea cat: filea: No such file or directory

2 Answers  






How do you copy in linux terminal?

0 Answers  


What is mkdir?

0 Answers  


How do I run a command in linux?

0 Answers  


what is the fastest way to enter a series of commands from the command-line in linux

0 Answers  


What are runlevels in linux?

0 Answers  


Explain shift command of linux?

0 Answers  


What is command example?

0 Answers  


Categories