#linux
Read more stories on Hashnode
Articles with this tag
Managing the Users and Groups in Linux is essential aspect of System Administration and below is the guide about how we can manage the Users and...
What is ACL? ACL stands for Access Control List and we use ACLs to grant permission to specific users or groups for the files and directories. ACLs...
These are special file permissions in Linux used to control access and enhance security. SUID ( Set User Identification): When a file with SUID bit...
Linux file permission defines who can access, modify or execute a file or directory in Linux System. Every file and directory have 3 types of...
Navigation Commands (ls, cd, pwd) List all files in the current directory including file details (permissions, size, etc.). Change the current...
1- ls Command The ls command in Linux is used to list directory contents. It provides an overview of the files, directories, and their details within...