Unix
Which command is used to move all files to the bin sub-directory of the parent directory?

mv * ../bin *.*
None of these
mv *.* /bin/
mv * /bin/*
mv * ../bin

ANSWER DOWNLOAD EXAMIANS APP

Unix
The ls -l command tells

None of these
All of these
who the owner of the file is
the name of the group owner of the file
how large the file is and when the file was last modified.

ANSWER DOWNLOAD EXAMIANS APP