You have set the following permissions on a test directory rwxrwxrwx.
Which statement about files in the test directory is correct?
You would like to run command1 and then command2, whether or not command1 completed successfully.
Which command accomplishes this task?
You want to find out if files from the wget package were altered since they were installed.
Which command will give you this information?
You have a test directory with the following permissions: rwx - - - - - -
You want to change the permissions to the following values: r-xr-xr-x.
Which command accomplishes this?
You want to redirect the output of the ls command to the ls-output file which already exists. The output should
be appended to the file, it should not overwrite the existing content.
Which command accomplishes this task?