Unix Which command is used to locate all the .profile files in the system? ls profile None of these find /-name profile -print cd /.profile l -u .profile ls profile None of these find /-name profile -print cd /.profile l -u .profile ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to list out all the hidden files along with the other files? ls -l ls -x ls -a ls -F ls -l ls -x ls -a ls -F ANSWER DOWNLOAD EXAMIANS APP
Unix Which set option is used with vi editor to display line numbers on screen? ic li nu nm ic li nu nm ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands can be used to get information about all users who are currently logged into the system? who None of these 1 /u who am i which who None of these 1 /u who am i which ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to copy a file wb from the programs directory into a file called wbx in the misc directory? tar programs/wb misc/wbx cp programs/wb misc/wbx copy programs/wb misc/wbx copy a:programs/wb b:misc/wbx tar programs/wb misc/wbx cp programs/wb misc/wbx copy programs/wb misc/wbx copy a:programs/wb b:misc/wbx ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to update access and modification times of a file? cat touch grep wc cat touch grep wc ANSWER DOWNLOAD EXAMIANS APP