Unix - Study Mode

[#341] Which of the following commands is used to display the filenames in multiple columns with indication of directories and executable file?
Correct Answer

(A) ls -F -x

[#342] Which command is used with vi editor to search a pattern in the forward direction?
Correct Answer

(A) /

[#343] Which of the following commands is used to assign executable permission to the owner of the file named "note"?
Correct Answer

(C) chmod u+x note

[#344] The command to count the number of files in the current directory by using pipes, is
Correct Answer

(C) ls | wc -w

[#345] A user can change the group ownership of a file to another group to which he does not belong.
Correct Answer

(B) False