What is "type" command in unix?what is the functionality??
Answers were Sorted based on User's Feedback
Answer / maneesh
type [-aftpP] name [name ...]
With no options, indicate how each name would be
interpreted if used as a command name.
Is This Answer Correct ? | 15 Yes | 7 No |
Answer / srinivas panguluri
With no options, indicate how each name would be
interpreted if used as a command name. If the -t option is
used, type prints a string which is one of alias, keyword,
function, builtin, or file if name is an alias, shell
reserved word, function, builtin, or disk file,
respectively. If the name is not found, then nothing is
printed, and an exit status of false is returned. If the -p
option is used, type either returns the name of the disk
file that would be executed if name were specified as a
command name, or nothing if ``type -t name'' would not
return file. The -P option forces a PATH search for each
name, even if ``type -t name'' would not return file. If a
command is hashed, -p and -P print the hashed value, not
necessarily the file that appears first in PATH. If the -a
option is used, type prints all of the places that contain
an executable named name. This includes aliases and
functions, if and only if the -p option is not also used.
The table of hashed commands is not consulted when using -
a. The -f option suppresses shell function lookup, as with
the command builtin. type returns true if any of the
arguments are found, false if none are found.
Is This Answer Correct ? | 3 Yes | 4 No |
How do you find out all processes that are currently running in UNIX OS?
Write a command to kill the last background job?
What is the size of time_t?
What do chown command do?
what is Online(STM) and offline diagnostics in HP-UX?
which command is used to stop a running process in unix?
Sorry to all Technical person for mistake of Question. Now i am post currect question Why copied file permission is changed in destination. When i give all permission i.e 777 to file and copy that to other location in destination the permission is 755. But if give permission 555 in destination that file permission is 555 and if give permission 444 to file after copy in destination the file permission is 444. These all are happening in normal user. How the umask value is calculate here really i am not understand. Please write the proper answer. Thanks in Advance
why metadb requires a seperate slice to create Solaris volume manager
How do you copy a directory with many files and folders into another directory?
What is grep short for?
what does the job command do?
Explain the read, write, and execute permissions on a UNIX directory.