Pular para o Conteúdo

WebDevelopment - Emanuel Limeira

    WebDevelopment - Emanuel Limeira

    Linux

    Linux

    UNIX: Recursive Delete Directory / Files

    PorEmanuel Limeira 22 de outubro de 2015

    rm -rf /path/to/dir13

    Ler mais UNIX: Recursive Delete Directory / FilesContinuar

    Linux

    Change folder permissions and ownership

    PorEmanuel Limeira 13 de outubro de 2015

    Use chown to change ownership and chmod to change rights. sudo chown username:group directory Font: 1. Change folder permissions and ownership 2. Change folder permissions and ownership

    Ler mais Change folder permissions and ownershipContinuar

    Linux

    (Solved) How to Uncompress tar.gz from command line

    PorEmanuel Limeira 13 de outubro de 2015

    There is more than one way to do this, however I tend to do it like this from command prompt: Uncompress tar.gz The below does both the uncompressing and untarring in a single command and puts the contents in the same directory you are in: Code: [ Select ] tar zxvf file.tar.gz The z argument…

    Ler mais (Solved) How to Uncompress tar.gz from command lineContinuar

    © 2025 WebDevelopment - Emanuel Limeira - Tema WordPress por Kadence WP