Category Archives: Uncategorized

find

Limiting the search to n levels within the directory structure (must be placed before other options): find -maxdepth n Searches for files that are eqaul (n), larger (+n) or smaller (-n) than n: find . -size [+-]n n should be … Continue reading

Uncategorized

Linux boot related commands

To find out the current and previous runlevel: runlevel who -r

Uncategorized