What is the general format of unix command syntax?
Answers were Sorted based on User's Feedback
Answer / nashiinformaticssolutions
Generally, UNIX shell commands follow the following pattern
Command (-argument) (-argument) (-argument) (filename)
| Is This Answer Correct ? | 0 Yes | 0 No |
Generally, UNIX shell commands follow the following pattern
Command (-argument) (-argument) (-argument) (filename)
| Is This Answer Correct ? | 0 Yes | 0 No |
what is the difference between "cron" command and "at" command?
in UNIX,what is the command to remove directory with files?
in UNIX,How do you check for processes started by particular user suppose the user name is 'suresh'?
What is "type" command in unix?what is the functionality??
How does a user get the current date, time in UNIX?
distinguish between user mode and kernel mode?
what does the command 'wc' do?
Which command will print your home directory on screen?
What is pipe command in unix?
29. How to display top 10 users Who | head -10 | wc –w
which command is used to change group?
How do you grep a case insensitive?