🔍

1 Answer

(B) It runs the word count program to count the number of lines in its input, a, writing the result to b, but does it in the background.
0 like 0 dislike

Related questions

What does the following command do? grep −vn abc x (A) It will print all of the lines in the file x that match the search string abc (B) It will print all of the lines in file x that do not ... (D) It will print the specific line numbers of the file x in which there is a match for string abc
Answer : (A) It will print all of the lines in the file x that match the search string “abc”...

View solution
0 like 0 dislike
1 answer

In Unix operating system, special files are used to : (A) buffer data received in its input from where a process reads (B) provide a mechanism to map physical device to file names (C ... pointers associated with i-nodes (D) store information entered by a user application program or utility program
Answer : (B) provide a mechanism to map physical device to file names ...

View solution
0 like 0 dislike
1 answer

Which of the following statement is not correct with reference to cron daemon in UNIX O.S? (A) The cron daemon is the standard tool for running commands on a predetermined schedule. (B) It starts ... command lines and the times at which they invoked. (D) Crontab for individual users are not stored.
Answer : (D) Crontab for individual users are not stored....

View solution
0 like 0 dislike
1 answer

In Unix, the command to enable execution permission for file “mylife” by all is ................ (A) Chmod ugo+X myfile (B) Chmod a+X myfile (C) Chmod +X myfile (D) All of the above
Answer : (D) All of the above...

View solution
0 like 0 dislike
1 answer

50.5k questions

47.1k answers

240 comments

7.0k users