A. Linux file names are case sensitive.
B. The file Access.txt was hidden.
C. The file Access.txt was probably opened by another application.
D. Files with extensions need a different treatment.
E. rm had to be called with the option -R to delete all files.
A. tar -cf /home backup.tar
B. tar /home backup.tar
C. tar -xf backup.tar /home
D. tar -xf /home backup.tar
E. tar -cf backup.tar /home
A. dmesg
B. messages
C. echo
D. display system boot
E. lspci
A. find . -name MyFile.xml
B. grep -r MyFile.xml .
C. less MyFile.xml
D. grep MyFile.xml | find
E. search Myfile.xml ./
A. date | actdat
B. date > $actdat
C. actdat=`date`
D. set actdat='date'
E. actdat=date
A. . (dot)
B. _ (underscore)
C. - (minus)
D. \ (backslash)
A. Access point
B. Terminal
C. Server
D. Switch
E. Connector
A. /hidden
B. /? hidden
C. find hidden
D. CTRL-F hidden