What is getfacl command ?
getfacl command is used to get file access control list. In a Linux file system, each file and directories are created with a specific set of file permissions for its access. The different set of…
getfacl command is used to get file access control list. In a Linux file system, each file and directories are created with a specific set of file permissions for its access. The different set of…
crond daemon or cron is used to execute cron jobs in the background. It is nothing but the daemon that handles and executes commands to run the cronjobs in accordance with the specified schedule….
ls – a command is used to list all hidden files/ directories. It lists all files including hidden files starting with ‘ . ‘ ls -la command is a long listing format for…
Bash is a Unix shell and it is a command language written by Brian Fox for GNU project as free software. Bash is a command that runs in the text windows, where the…
httpd is nothing but an Apache HyperText Transfer protocol daemon or server program and essential server daemon to handle http requests. In general, this daemon runs as a standalone process which means it doesn’t…