From 95644d1295cf28c89da58a6dce7ad44c27272a8e Mon Sep 17 00:00:00 2001 From: trinib Date: Tue, 8 Nov 2022 18:23:57 -0400 Subject: [PATCH] Update README.md --- README.md | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 9138c39..5bbe422 100644 --- a/README.md +++ b/README.md @@ -39,12 +39,16 @@ _Bash is the [Unix](https://www.google.com/search?q=What+is+UNIX+explain%3F&clie Check a user’s RWX permission for a file. +accton + Used to turn on or turn off the process for accounting or change info process accounting file. + + aclocal -GNU autoconf tool. +Used to automatically generate aclocal.m4 files from configure.in file. aconnect -ALSA sequencer connection manager. +ALSA(Advanced Linux Sound Architecture) sequencer connection manager. acpi @@ -52,7 +56,7 @@ _Bash is the [Unix](https://www.google.com/search?q=What+is+UNIX+explain%3F&clie acpi_available -Check if ACPI functionality exists on the system. +Check if ACPI(Advanced Configuration and Power Interface) functionality exists on the system. acpid @@ -68,11 +72,11 @@ _Bash is the [Unix](https://www.google.com/search?q=What+is+UNIX+explain%3F&clie agetty -An alternative Linux Getty. +An alternative Linux Getty that manages physical or virtual terminals to allow multi-user access alias -Create an alias for Linux commands. +Create an alias, a shortcut that references a command. alsactl @@ -200,7 +204,7 @@ _Bash is the [Unix](https://www.google.com/search?q=What+is+UNIX+explain%3F&clie awk -Used to find and replace text in a file(s). +A scripting language used for manipulating data and generating reports. Also used to find and replace text in a file(s).