Which of the following lines would be not returned by the grep ‘[^0-9]’ file.txt...
Linux
Which of the following commands will return only lines that end...
Which of the following commands will return only lines that end with test? grep ‘^test’...
Which option to the rm command will allow a user to delete...
Which option to the rm command will allow a user to delete directories? -l -d -r -a
Which command can be used to copy a file?
Which command can be used to copy a file? cp rm cy mv
The mv command requires at least two arguments. True or False?
The mv command requires at least two arguments. True or False? True False
Changing the user owner of a file requires administrative access...
Changing the user owner of a file requires administrative access. True or False? True False
Which command will allow a user to change the permissions of a...
Which command will allow a user to change the permissions of a file? chown chmod chperm perm
Which of the following sets has the group permissions...
Which of the following sets has the group permissions highlighted? rw-rw-r– rw-rw-r– rw...
Which option to the ls will sort the output by file size?
Which option to the ls will sort the output by file size? -z -s -r -S
The first character in a long listing ls -l indicates:
Case 1: The first character in a long listing ls -l indicates: Hard Link Count File Size...
The . (period) character is used to represent:
The . (period) character is used to represent: The directory above the current directory A...
The .. (double period) characters are used to represent:
The .. (double period) characters are used to represent: The current directory The directory above...
The ~ (tilde) character is used to represent:
The ~ (tilde) character is used to represent: A user’s home directory The directory above the...
Which of the following is not an example of a relative path?
Which of the following is not an example of a relative path? home/sysadmin/Documents/School/Art...
Which command will print your current location in the filesystem?
Which command will print your current location in the filesystem? cd pwd pd pcl Explanation: In...