Main Page

From Cheatsheet
Revision as of 18:48, 29 March 2010 by Admin (talk | contribs)
Jump to navigation Jump to search

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