CSA SYS100-3-Lab-Linux Users
The :w! command can be used to overwrite all files, even read-only system files. Group of answer choices
False
Which command puts the VI editor into edit mode?
i
What does the command su stand for? Group of answer choices
Switch User
What does the ~ do when you type "cd ~" in the command line? Group of answer choices
Takes you to your home directory
Which command adds a line below the current on in the VI editor Group of answer choices
o
What does the VI command :w do (not :wq)?
saves file
What does the touch command do?
Creates a file, if it doesn't exist, or updates the timestamps if it does.
What does the D command do in the VI editor?
Deletes from the cursor to the end of the line.
Which command will add a user and setup the account's home folder and other settings automatically? Group of answer choices
adduser
Typing cd with no parameters is the equivalent of which command?
cd ~