Results for "Linux"

Tags

  • du -sh * | sort | grep "G" #List size of all the directory #Size #List #Directory #Linux

    Tags: List, Size, List, Directory, Linux

    2094 days ago

  • cat /etc/*-release #System #version #Linux

    Tags: System, version, Linux

    2086 days ago

  • Check the file systems and sizes. $ df --block-size=G #Linux #Size #df

    Tags: Linux, Size, df

    2024 days ago

  • sudo find /tmp -type f -atime +10 -delete #Delete all tmp files created within 10 days #Linux

    Tags: Delete, Linux

    1964 days ago

  • exFat format mount in Linux sudo apt-get install exfat-fuse exfat-utils #exFat #Linux #Mount

    Tags: exFat, Linux, Mount

    1934 days ago

  • The command du "summarizes disk usage of each FILE, recursively for directories," e.g., du -h | sort -h #Disk #Usage #Linux

    Tags: Disk, Usage, Linux

    1851 days ago

  • Kill the screen session on Linux machine. screen -X -S 9722.pts-4.urbo241 kill #Kill #Screen #Session #Linux

    Tags: Kill, Screen, Session, Linux

    1834 days ago

  • List all files by size in Linux $ ls -l -S | sort -k 5 -n #Linux #Size #List

    Tags: Linux, Size, List

    1657 days ago

  • Kill the screen $ screen -X -S [session # you want to kill] quit #Screen #Quit #Linux #Session #Remote

    Tags: Screen, Quit, Linux, Session, Remote

    1627 days ago

  • Disc usage for a particular user. $ du -sh ~ #Linux #Cluster #Tools

    Tags: Linux, Cluster, Tools

    1542 days ago