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

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

ANSWER DOWNLOAD EXAMIANS APP

Unix
The special shell variable $* is used

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

ANSWER DOWNLOAD EXAMIANS APP