Common Unix / Linux file permissions – quick reference

The most common permissions include: 400     r——–       files (won’t let you accidentally erase) 444     r–r–r–      files (lets everyone read) 600     rw——-     files (no one else can read or see files) 644     rw-r–r–      files (owner can read/write, group read, public read) 664     rw-rw-r–      files (owner can read/write, group read/write, public read) 666     rw-rw-rw-     files (owner can …

X11 forwarding and SSH for remote linux / ubuntu desktop

Here’s something I used earlier.. Connecting to Remote Linux Desktop via SSH with X11 Forwarding by Forrest Sheng Bao http://fsbao.net There are two advantages of Linux, compared with many other operating systems, such as Windows and Mac OS X. The first advantage is the ultimate B/S architecture. Thus, everything software is either a server or …