Unix Which command is used to locate all the .profile files in the system? cd /.profile l -u .profile find /-name profile -print ls profile None of these cd /.profile l -u .profile find /-name profile -print ls profile None of these ANSWER DOWNLOAD EXAMIANS APP
Unix The field separator in cut command is specified with -r option -c #NAME? None of these -r option -c #NAME? None of these ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to summarize the disk usage? fdisk chkdsk du None of these disk fdisk chkdsk du None of these disk 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 copy programs/wb misc/wbx copy a:programs/wb b:misc/wbx cp programs/wb misc/wbx tar programs/wb misc/wbx copy programs/wb misc/wbx copy a:programs/wb b:misc/wbx cp programs/wb misc/wbx ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to obtain a list of all files by modification time? ls -1 ls -t ls -R ls -i ls -1 ls -t ls -R ls -i ANSWER DOWNLOAD EXAMIANS APP
Unix The command to count the number of files in the current directory by using pipes, is ls | wc ls -l | wc -l ls | ws -c ls | wc -w ls | wc ls -l | wc -l ls | ws -c ls | wc -w ANSWER DOWNLOAD EXAMIANS APP