Unix Which command is used to move all files to the bin sub-directory of the parent directory? mv * ../bin mv * ../bin *.* mv *.* /bin/ mv * /bin/* None of these mv * ../bin mv * ../bin *.* mv *.* /bin/ mv * /bin/* None of these ANSWER DOWNLOAD EXAMIANS APP
Unix Which set option is used with vi editor to display line numbers on screen? nu ic li nm nu ic li nm ANSWER DOWNLOAD EXAMIANS APP
Unix Which command sends the word count of the file infile to the newfile. wc infile >newfile wc newfile wc infile - newfile wc infile | newfile wc infile >newfile wc newfile wc infile - newfile wc infile | newfile ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to display a file contents in octal form? of od cd oct of od cd oct ANSWER DOWNLOAD EXAMIANS APP
Unix The ls -l command tells None of these All of these the name of the group owner of the file how large the file is and when the file was last modified. who the owner of the file is None of these All of these the name of the group owner of the file how large the file is and when the file was last modified. who the owner of the file is ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to change directory to the name beginning with a 'p'? cd p* cd p cd p* cd [p] cd p* cd p cd p* cd [p] ANSWER DOWNLOAD EXAMIANS APP