what is linux utilities and editor
Answers were Sorted based on User's Feedback
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 |
Answer / sampath
vi
vim
gedit
nano
these are all various editors in linux
| Is This Answer Correct ? | 7 Yes | 1 No |
Answer / sachinmali17
'Vi' is also a linux editor. It is very user friendly.
| Is This Answer Correct ? | 1 Yes | 0 No |
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 |
I have a user name in /etc/vsftpd/user_list which is for blocking the ftp user. Now i blocked the user as well ,but without removing username in user_list i wanna access the users home directory and his own directory .How will you access the data ????
What the command used for search file or files for specific text?
tell me command for" to create more than one name to a file".
How do you create a file in linux?
Which command is used to find what is in your home directory?
What would be the result of issuing the command cat phonenos?
How can I check the exit status of my previous command in Linux operating system?
0 Answers SwanSoft Technologies,
What are the commands in linux?
can any one send me one project on linux ...?
difference between patches and packages? and how to upgrade patches
How do I change directories in linux command line?
what is the command to make a process to run in the foreground from background?