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 |
How to ""Add"" not replace address to same network card other than the alias way.... ??????
what is difference between inetd and xinetd
What are the main differences between RHEL4 & RHEL5?
What are the questions we are expecting for 2yrs. experience guy for linux company interview questions?
i installed clustering packages.When i try to run it getting LUCI error...what is it..??
How to send automated email to a set of people at fixed time ?
What is the difference between Telnet and SSH?
What command can you use to review boot messages?
My root password has been changed, how can i enter into the system without root password?
What is the difference between RedHat linux and Fedora and Ubuntu?
How to Create NIS Server And NIS Client? Explain With Example?
How To Hide the FTP Version?