8000
Skip to content
View manninofrancesco's full-sized avatar
🌱
Simple always wins
🌱
Simple always wins

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
manninofrancesco/README.md

Pinned Loading

  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
0