what is the command to get help on a UNIX terminal?
Answer Posted / venkatn_999
man commandname
| Is This Answer Correct ? | 13 Yes | 0 No |
Post New Answer View All Answers
How many unix commands are there?
How can we use grep command in unix?
What is the general format of unix command syntax?
What is grep command in unix with examples?
What command is used to switching between users in unix?
What is the use of cut command in unix?
Differentiate cat command from more command.
What is the difference between cat and more command?
Explain mount and unmount command.
When i run a programm of orphan process. Instead of getting child's parent (ppid)=1 ..i get 1400 and it varies as per system.
How can i findthe right soluion???
My pgm:
#include
Which unix command lists files/folders in alphabetical order?
How do I clear my terminal history?
What is the functionality of a top command?
What is the significance of the 'tee' command?
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?