Unix Which of the following commands is used to rename a file? ren remove rename mv ren remove rename mv ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to display all the lines with the string 'sales' from the file empl.lst? /sales > empl.lst grep sales empl.lst cat | /sales > empl.lst None of these cut sales empl.lst /sales > empl.lst grep sales empl.lst cat | /sales > empl.lst None of these cut sales empl.lst ANSWER DOWNLOAD EXAMIANS APP
Unix The command that can be used to restrict incoming messages to a user is halt sleep grep None of these mesg halt sleep grep None of these mesg ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to link the files? None of these lk ln cp tar None of these lk ln cp tar ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to absolutely assign all permissions to the owner, read and write permissions to the group and only executable permission to the others of the file note? chmod 761 note chmod 167 note chmod 4=rwx, g=rw note chmod 671 note chmod 761 note chmod 167 note chmod 4=rwx, g=rw note chmod 671 note 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? more [emp][!0-9] cat emp[!0-9] cat emp[a-z] cat emp[x-z] more [emp][!0-9] cat emp[!0-9] cat emp[a-z] cat emp[x-z] ANSWER DOWNLOAD EXAMIANS APP