what is diff between command and utility in unix

Answers were Sorted based on User's Feedback



what is diff between command and utility in unix..

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

what is diff between command and utility in unix..

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

what is diff between command and utility in unix..

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

Post New Answer

More Unix System Calls Interview Questions

What are the possible return values of kill() system call?

0 Answers  


Tell me how to protect a process from others to kill?

0 Answers  


Describe the mount and unmount system calls?

2 Answers  


What command is used to execute system calls from exe?

3 Answers   Axis Technologies,


What is the first process created by the kernel in unix?

0 Answers  






Explain the unmount system calls?

0 Answers  


c program to implement the unix or linux command to implement ls -l >output.txt

5 Answers   Arihant,


How can I protect my process from others to kill

3 Answers   Infotech,


Explain the mount and unmount system calls?

0 Answers  


Explain the difference between command and utility in unix?

0 Answers  


What is the difference between command and utility in unix?

0 Answers  


Explain the mount system calls?

0 Answers  


Categories