What is the different between UNIX command and UNIX shell
script?
Answers were Sorted based on User's Feedback
Answer / mukunda
UNIX command sends request to OS and you will get the
result. Shell script is nothing but grouping the commands
in a logical way inside a file to achieve some task of your
interest.
Command is sominthing like
left/right/forward/backward, where as Shell script is a
direction from your home to office.
| Is This Answer Correct ? | 20 Yes | 1 No |
Answer / aswini
unix command is typed by users where as unix shell script
is predefined set of commands written to handle user
commands.
| Is This Answer Correct ? | 1 Yes | 6 No |
Write a command to find all of the files which have been accessed within the last 30 days.
Which command will print your home directory on screen?
What is the use of touch command in there?
what is kernel?
describe the escaping sequence characteres in unix
what is the command to list all files in a directory, including the hidden files in UNIX ?
what are processor execution levels and priorities?
what is the difference between SED and GREP ? Which one is more better and why?
distinguish between user mode and kernel mode?
How to see unused port number in Solaris?
Write a command to find all of the files which have been accessed within the last 30 days.
5 Answers Google, IBM, Satyam,
how to remotely move a file ??? that mean how to move a file one machine to another machine ???