Main Page
This is my wiki, containing all of my shortcuts.
System specs
Admintells the system bit
uname -a
AdminWhat linux version and release cat /etc/redhat-release
VPS parent sudo rights sudo su
OwnerShip
Tell what group number owner is cat /etc/passwd | grep nobody
Group
Admin add user to group useradd -G {group-name} username
Permissions Admin find 777 folders find /home -perm 0777 -type d -print