what is diff between command and utility in unix
Answers were Sorted based on User's Feedback
Answer / jatanig
For user both command and utility are same . For the
operating system command is the executable which is placed
under the /bin directory or the PATH environment variable
and utility is the name of the program which is called from
the shell.
Is This Answer Correct ? | 15 Yes | 3 No |
Answer / p.ashwini
both the command and utility are give the same priority but
to give the diff between them we have only a major diff and
it is
utilites in unix will say how the commands are been
implimenting
command will come under the utilites
they are mainly 5 utilies in unix operating system and they
are
1.file processing utilites
2.disk processing utilites
3.process utilites
4.network utilites
5.text processing utilites
Is This Answer Correct ? | 3 Yes | 1 No |
Answer / chandra
If both arguments are directories, diff sorts the contents
of the
directories by name, then runs the regular file diff
algorithm
(described below) on text files that have the same
name in each
directory but are different. Binary files that
differ, common
subdirectories, and files that appear in only one
directory are
listed.
Is This Answer Correct ? | 2 Yes | 12 No |
Explain c program to implement the unix or linux command to implement ls -l >output.txt?
The very first process created by the kernel in unix is?
How to protect a process from others to kill?
Explain the mount system calls?
What is the difference between command and utility in unix?
What are the possible return values of kill() system call?
c program to implement the unix or linux command to implement ls -l >output.txt
Need a Code snippet about how sharing is happening between Parent and Child threads in OS?
What is the fork() system call?
Describe the mount and unmount system calls?
What command is used to execute system calls from exe?
What are the Unix system calls for I/O?