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

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

ANSWER DOWNLOAD EXAMIANS APP

Unix
The ls -l command tells

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

ANSWER DOWNLOAD EXAMIANS APP