Question 76
Which of the following commands can be used to create a new file that is 100kB in size?
Question 77
Which of the following sequences in the vi editor saves the opened document and exits the editor? (Choose TWO correct answers.)
Question 78
Which of the following commands prints a list of usernames (first column) and their primary group (fourth column) from the /etc/passwd file?
fmt -f 1,4 /etc/passwd
fmt -f 1,4 /etc/passwd
Question 79
Which of the following are valid stream redirection operators within Bash? (Choose two.)
Question 80
Consider the following output from the command ls -i:

How would a new file named c.txt be created with the same inode number as a.txt(Inode 525385)?
ln -h a.txt c.txt

How would a new file named c.txt be created with the same inode number as a.txt(Inode 525385)?
ln -h a.txt c.txt