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

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

ANSWER DOWNLOAD EXAMIANS APP

Unix
The special shell variable $* is used

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

ANSWER DOWNLOAD EXAMIANS APP