answersLogoWhite

0


Best Answer

The -exec option executes the following command on a target of the 'find' command.

User Avatar

Wiki User

9y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is use of -exec in find command of unix?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is UNIX SEQ?

I don't know about a SEQ command, but the 'seq' command in Unix will print a sequence of numbers from first to last, with a given increment. Use the 'man seq' command to find out how to use it.


What is the use of execute command in unix?

There is no traditional 'execute' command in Unix.


Which is the most commonly used command for referencing detailed information about a particular command in UNIX?

In Unix, use the 'man' command.


How do you find which unix flavor we are using?

Use the 'uname -a' command. It reports on the Unix system, version, machine name, amongst other things.


What command do you use to change your password on a Unix system?

Use the command 'passwd'


What is SEQ?

I don't know about a SEQ command, but the 'seq' command in Unix will print a sequence of numbers from first to last, with a given increment. Use the 'man seq' command to find out how to use it.


What command do you use to check disk space in Ubuntu?

Almost all Unix/Linux systems use the 'df' command to find out how big the partition is, how much is in use, and the percentage of the system in use. This command must be used in a command window.


What is the command to get the Unix version?

cat /proc/version The above answer will only work on certain systems. For most Unix systems, use the 'uname' command to get the Unix version. AIX uses the oslevel command.


How do you create a user in Unix?

Use useradd command


What command would you use to create a new directory on a unix type of system?

Use the 'mkdir' command


To move to the root directory use the command?

For Unix/Linux, use the command 'cd /' For Windows, you can also use the same command or 'cd \'


How do you find out network config from command line?

It depends on the operating system you are using. Most windows systems use the 'ipconfig' command to look at the network adaptor configuration, whereas Unix/Linux use the 'ifconfig' command.