This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| linux:general:basics [2022/04/25 12:43] – [Linux Commands] lunetikk | linux:general:basics [2022/12/16 10:41] (current) – lunetikk | ||
|---|---|---|---|
| Line 71: | Line 71: | ||
| |  du -hs * %%|%% sort -h %%|%% head | |  du -hs * %%|%% sort -h %%|%% head | ||
| |  rm !(*.log) | |  rm !(*.log) | ||
| + | |  ps -f -p <PID> -o lstart= | ||
| + | |  install -d -o < | ||
| ==== Save textfile with password (VIM) ==== | ==== Save textfile with password (VIM) ==== | ||
| Line 131: | Line 133: | ||
| |  yum repolist | |  yum repolist | ||
| | yum clean all | Clean all packages and meta data from cache |\\ | | yum clean all | Clean all packages and meta data from cache |\\ | ||
| + | |  rm -rf / | ||
| |  yum update | |  yum update | ||
| |  yum update %%< | |  yum update %%< | ||