answersLogoWhite

0


Best Answer

If you are asking about how can you find the type of file something is, the command is 'file' followed by the filename. This command will attempt to tell you something about the file and how it might be used.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Is there a define type program for Unix?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Define the term cat in unix?

'cat' is short for concatenation; it is a Unix utility program to print the contents of 1 or more files on the standard output. It is similar to the 'type' command in Windows.


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 is difference between echo and ' ' in unix?

Echo is a program. '' is not a program. '' does not perform any action. Echo returns what you type. '' does not.


How do you add a user define function to library file?

Create an object module (WinDos: *.obj, unix: *.o), then use the platform-specific librarian program (WinDos: lib.exe, unix: ar, libtool)


Is the kernel in a unix os a program?

The kernel is the central control program of Unix and the majority of other operating systems.


How can you debug a C program in Unix?

You can debug C programs using gdb on Unix.


How do you execute shell program in unix?

Make sure it is readable and executable (permissions). Then, just type in the name of the shell file to execute it.


What is portablity in terms of unix?

Unix is inherently portable; this means that a program, script, or process may be moved from Unix system to Unix system with little effort or change (hence - portable).


How do you run a Unix program?

By typing its name into the shell


Definition of a program in UNIX?

Something what the computer executes.


What is a mini shell program used for in Unix?

The mini shell program is used in Unix as a programming software. It is a redirected and streamlined approach at creating variables, commands, and tokens.


Can you run a C program in Unix?

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