OSGrove mission is to provide tech tutorials from basic to advance level related to Linux/Unix , Windows and other Open Source distributions.
Operating Systems
How to configure Acl in Linux
- April 20, 2021
- 0
An ACL specifies which users or system processes are granted access to objects, as well as what operations are allowed on given objects.Access control list (ACL) provides an additional, more...
Read more
Use of Top Command in Linux
- April 18, 2021
- 0
top (table of process) command allows users to monitor processes, CPU information and memory utilization in Linux. It is pre-installed on all linux distributions. In this article we will learn...
Read more
Use of Cat Command in Linux
- April 9, 2021
- 0
Cat command used frequently in Linux/Unix similar like Operating Systems. Cat command is used to create files. Whenever you create a new file through Cat command you need to put...
Read more