Show Menu
Cheatography

SADS Cheat Sheet (DRAFT) by

This is a draft cheat sheet. It is a work in progress and is not finished yet.

Basic

ls i* (zero or more)
ls i?config (exactly 1)
mv netfile1 destin­ation (renam­e/move)
> (redirect)
>> (redirect and append)
sort -r (reverse) -nr (number) -k5 (5th column) /etc/p­asswd

Basic (copy)

asdfas­fsafasd

Reset Root Password

rd.break
control+x
mount -o remount,rw /sysroot
chroot /sysroot
passwd root
touch /.auto­relabel
exit
exit