Skip to content
View manninofrancesco's full-sized avatar
🌱
Simple always wins
🌱
Simple always wins
Block or Report

Block or report manninofrancesco

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
manninofrancesco/README.md

Pinned

  1. Linux commands Linux commands
    1
    # Permission of file or folder
    2
    ls -l 
    3
    #Example output: drwxr-xr-x 2 root root 4096 Jan 19 08:45 database_backups/
    4
    #1. Type: - for file and d for directories
    5
    #2. Permissions: rwxr is for root user | xr is for root group users | x is for others