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 |
in linux gui desktop icon was lost how con u back this icons
am installed windows and later i installed ubuntu i want to unistall ubuntu can any one tel the procedure to uninstall ubuntu in my windows 7 please mail to me ---kiranpulsar2007@gmail.com and later i want to install ubuntu after uninstalling ubuntu tel the procedure for that also i dont know to patrition the hard disk drive please tel to them please reply
How to Trouble shoot performance issue in RHEL administration ? please give to one example
How to catagories tickets in RHEL, which tickets are belong to PROBLEM, INCIDENT and CHANGE management? please given to me with examples
How to sort a file of size 2N bytes, if I have N bytes of memory?
how can i make an user to nologin without locking the account for the user
What is the difference between an argument and an option/switch?
How to Create NIS Server And NIS Client? Explain With Example?
Through ssh whole directory structure from / is shared regardless the user we have connected with ....... how do i prevent sharing ??
how can i create samba server in fedora 9.0 ? and domain/LDAP controller! clilent side is windows pc .?
there are many IPC mechanisms available in Linux ? Which one is best to use and when ?
commands regarding the adding of users into groups n different options with useradd...?