Unix
Which command is used to locate all the .profile files in the system?

None of these
find /-name profile -print
ls profile
cd /.profile
l -u .profile

ANSWER DOWNLOAD EXAMIANS APP

Unix
The special shell variable $* is used

None of these
to name the command being executed
to list the positional parameters
to process number of the current shell
to exit status of ast command executed.

ANSWER DOWNLOAD EXAMIANS APP