101-500 Exam Question 51
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
101-500 Exam Question 52
Which chown command changes the ownership to dave and the group to staffon a file named data.txt?
101-500 Exam Question 53
Which of the following commands generates a list of user names from /etc/passwdalong with their login shell?
101-500 Exam Question 54
In compliance with the FHS, in which of the directories are man pages found?
101-500 Exam Question 55
When removing a package, which of the following dpkg options will completely remove the files including configuration files?