Unix The File that contains a set of instructions which are performed when a user logs in, is .autoexec None of these .profile .exrc autoexec.bat .autoexec None of these .profile .exrc autoexec.bat ANSWER DOWNLOAD EXAMIANS APP
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/ mv * ../bin None of these mv * /bin/* mv * ../bin *.* mv *.* /bin/ ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to sort the lines of data in a file in reverse order st sort -r sh sort st sort -r sh sort ANSWER DOWNLOAD EXAMIANS APP
Unix In Bourne shell, which file sets the Unix environment for the user when the logs into his HOME directory. .profile None of these .exrc lastlogin .mbox .profile None of these .exrc lastlogin .mbox ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to display the top of the file? grep cat head more grep cat head more ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to concatenate all files beginning with the string 'emp' and followed by a non-numeric characters? cat emp[x-z] cat emp[!0-9] cat emp[a-z] more [emp][!0-9] cat emp[x-z] cat emp[!0-9] cat emp[a-z] more [emp][!0-9] ANSWER DOWNLOAD EXAMIANS APP