Unix The UNIX file system stores a date in physical blocks of None of these 512 bytes 256 bytes 2048 bytes 1024 bytes None of these 512 bytes 256 bytes 2048 bytes 1024 bytes ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used with vi editor to search a pattern in the forward direction? ?? / // ? ?? / // ? ANSWER DOWNLOAD EXAMIANS APP
Unix You can append to a file instead of overwriting by using the > symbols >> symbols None of these < symbols > symbols >> symbols None of these < symbols ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to sort the lines of data in a file in reverse order st sort sort -r sh st sort sort -r sh ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to make all files and sub-directories in the directory (progs) executable by all users? chmod -R a+x progs chmod -R 222 progs chmod -1 a+x progs chmod -x a+x progs chmod -R a+x progs chmod -R 222 progs chmod -1 a+x progs chmod -x a+x progs ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to display the top of the file? cat more grep head cat more grep head ANSWER DOWNLOAD EXAMIANS APP