answersLogoWhite

0


Best Answer

Just type the name of the program. If you want to run the dump program, type dump. if you want to open the links web browser, type links. .....

Some programs take arguments, for example the cat program accepts one or more files as an argument, so you could call it by typing

$ cat file1 [file2, file3...]

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the command to run a unix program?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the difference between unix command and utilities?

Utilities are programs that can run or execute. Commands are slightly different than utilities. Command refers to the name of the program and any arguments you specify to that program to change its behavior.


What command should be given to compile a C program from the command prompt?

You need a compiler. Gcc or g++ can be run from a unix shell, or a windows implementation of one like cygwin.


What is a command in Unix?

Essentially, a command in Unix is a program that you execute for a certain purpose. It could be anything, from a shell script, to copying or deleting files, etc.


Unix command to list a basic program?

If the program is in source code and stored in a file, use the 'cat' command to list out its contents.


How do you run a Unix program?

By typing its name into the shell


Is Unix is a type of utility program?

No, Unix is an operating system program. A utility program cannot run by itself; it runs under an operating system.


What do you mean by sleep and wakeup in unix?

sleep is a unix command line program that suspends program execution for specified period of time.. syntax:- sleep time example:- sleep 10 date, time and wait are the related commands of sleep command...


Can you run a C program in Unix?

Obviously. Unix is the original C platform. Also, the original A and B platform. :)


What is the use of execute command in unix?

There is no traditional 'execute' command in Unix.


Can you run an ASP program on Unix or Linux?

http://www.apache-asp.org/


What does bg stands for in computer system?

BG is a command on Unix and Unix-like operating systems to run a job(process) asynchronously in the background.


Brief description of format command in unix?

There is no standard 'format' command in Unix.