Unix Which command is used with vi editor to search a pattern in the forward direction? ? ?? // / ? ?? // / ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to summarize the disk usage? None of these du disk chkdsk fdisk None of these du disk chkdsk fdisk 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
Unix If a file has read and write permissions for the owner, then the octal representation of the permissions will be 5 6 None of these 3 1 5 6 None of these 3 1 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 stty echo ^a stty intr ^c tty ^c stty echoe stty echo ^a stty intr ^c tty ^c stty echoe ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to list out all the hidden files along with the other files? ls -l ls -F ls -x ls -a ls -l ls -F ls -x ls -a ANSWER DOWNLOAD EXAMIANS APP