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 |
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
what is NIS Server...?
What is the difference between RedHat linux and Fedora and Ubuntu?
How to findout, if the user is local user or NIS user in the Linux (RHEL)?
What is the difference between Telnet and SSH?
How To Hide the FTP Version?
what are the steps for Password-less ssh
someone already asked 'what is diff between unix & Linux' can I ask the same but more nuanced...I have 7 years app support of unix, have never seen Linux BUT need to bluff my way through in an interview i e say that I have use Linux. What are the most important things I need to know?
what is the difference between fork and thread ? and parent and child process in fork system call?
what are the different types of Backups..?
there are many IPC mechanisms available in Linux ? Which one is best to use and when ?
How can i recover the linux system after it was crashed by step by step process..