Unix Which command is used to list all the files with extension .lst? ls *.* ls -l *.lst ls lst* ls *[lst] ls *.* ls -l *.lst ls lst* ls *[lst] ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands can be used to get information about all users who are currently logged into the system? who am i which who None of these 1 /u who am i which who None of these 1 /u ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to move all files to the bin sub-directory of the parent directory? mv * ../bin *.* mv *.* /bin/ None of these mv * /bin/* mv * ../bin mv * ../bin *.* mv *.* /bin/ None of these mv * /bin/* mv * ../bin ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to sort the lines of data in a file in alphabetical order? st None of these sh sort -r sort st None of these sh sort -r sort ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands can be used to get information about yourself? who am i i /4 which pwd None of these who am i i /4 which pwd None of these ANSWER DOWNLOAD EXAMIANS APP
Unix The command chmod 761 note is equivalent to None of these chmod 167 note chmod u=rwx, g=rw, o=x note chmod 4=7, g=6,0 =1 note chmo a =761 note None of these chmod 167 note chmod u=rwx, g=rw, o=x note chmod 4=7, g=6,0 =1 note chmo a =761 note ANSWER DOWNLOAD EXAMIANS APP