Check with these questions that you understand basic assumptions of the Linux environment.
If I want to obtain information about how the application “manual” works, which command would you use?
What task does command ls -a
?:
Select the correct option regarding paths:
File Notes.txt
has the following access
modes:
-rw-r--r-- 1 teleco teleco 7 2011-09-07 14:18 Notes.txt
I want my group to be allowed to write it, but not other users. Which is the correct option?
File Notes.txt
has the following access
modes:
-rw-r--r-- 1 teleco teleco 7 2011-09-07 14:18 Notes.txt
What does the first dash of the access modes mean?
I have just executed a command that I want to execute again. However, the command is large and, to save time, I don't want to type it again, so I'm going to use the command list previously written in the session. How can I access to that command in that list?