Unix Which command is used to count just the number of characters in a file? wc - 1 wc -w wc -r wc -c wc - 1 wc -w wc -r wc -c ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following options will be used to display number of blocks used by a file? None of these -r option -c #NAME? None of these -r option -c #NAME? ANSWER DOWNLOAD EXAMIANS APP
Unix The File that contains a set of instructions which are performed when a user logs in, is .profile .exrc autoexec.bat .autoexec None of these .profile .exrc autoexec.bat .autoexec None of these ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following is not a communication command. grep write mesg mail grep write mesg mail ANSWER DOWNLOAD EXAMIANS APP
Unix If you are to use [Control-c] as the interrupt key instead of [Del], then you will have to use tty ^c stty intr ^c stty echo ^a stty echoe tty ^c stty intr ^c stty echo ^a stty echoe 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/ mv * ../bin None of these mv * ../bin *.* mv * /bin/* mv *.* /bin/ mv * ../bin None of these mv * ../bin *.* ANSWER DOWNLOAD EXAMIANS APP