Unix Concepts

0

Created by russell.luc


    • find
    • ./ -name t*" -print"
    • env
    • shows current environment set-up
    • du -s
    • lists overall directory size
    • du -a
    • lists all files and their sizes in present directory and total directory size
    • du
    • lists all subdirectories and their sizes and total directory size
    • df
    • gives disk usage
    • cp -r D1D2
    • copies the directory D1 and renames it D2
    • compress
    • compresses the file filename and puts a .Z extension on it.
    • chmod ###
    • Changes your protections. The order is: you|group|universe (rwxrwxrwx).
    • cat f1 f2 >f3
    • Concatenates f1(file 1) & f2(file 2) into f3(file 3)
    • cat f
    • List contents of file

Play with this quiz deck by adding it to your saved decks here!