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

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

ANSWER DOWNLOAD EXAMIANS APP

Unix
The special shell variable $* is used

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

ANSWER DOWNLOAD EXAMIANS APP