What is the difference between an argument and an
option/switch?
Answers were Sorted based on User's Feedback
Answer / viswanath
A linux/unix syntax format is as follows
command option arguement
example: ls -a /boot
here ls command, -a is option,/boot is arguement
option specifies the command how to run
arguement specifies the command on what to run
| Is This Answer Correct ? | 32 Yes | 3 No |
Answer / suitable
commands have the following syntax:
command options arguments
arguments are filenames or other data needed by the command
and
options used with the commands modify the command's behavior.
| Is This Answer Correct ? | 17 Yes | 5 No |
Answer / brijmohan
Whenever we try to excute something in linux and we are
using shell(terminal). there are three fields in that.
command option Argument
Command: it specify what you want to do. It is mendatory
filed.
Option: It is used to change the behaviour of command.
Argument: It may be file name or path.
| Is This Answer Correct ? | 5 Yes | 3 No |
what is meant by mysql clustering
plz mention some interesting problems you faced and how you solved it?
How to send automated email to a set of people at fixed time ?
what is NIS Server...?
How to Create NIS Server And NIS Client? Explain With Example?
What are the main differences between RHEL4 & RHEL5?
what is difference between TFTP abd FTP?
What command can you use to review boot messages?
what is the difference between semaphore, mutex & spinlock?????
What is the difference between Telnet and SSH?
what is the difference between NIS and DNS...?
tell me some of the Linux HotKeys do you know?