Linux Use a command which shows only the permissions and the name of files/directories under /etc directory. The list mu
Posted: Sun Jul 10, 2022 11:27 am
Linux
Use a command which shows only the permissions and the name offiles/directories under /etc directory. The list must be sorted indescending order based on the name of the files. You are allowed touse either the awk, or cut, and sort commands to manipulate the ls–l /etc command output.
Use a command which shows only the permissions and the name offiles/directories under /etc directory. The list must be sorted indescending order based on the name of the files. You are allowed touse either the awk, or cut, and sort commands to manipulate the ls–l /etc command output.