Don't miss

Helpful Administration Linx


By on 9:24 PM

Links for you. from JustLinux
Yolinux
This is a very good guide for administering your linux servers, also there are tutorials and other links possible for downloads and other related guides.

Adding Users and After

You will need to create the users directory manually. This requires three steps:
  1. Create directory in compliance to /etc/passwd, usually there will be already a /home/login entry.
  2. Copy initial files from /etc/skel
  3. And finally set right permissions:
    • mkdir /home/YOU
    • cd /home/YOU
    • cp /etc/skel/.* /etc/skel/* . But check for directories you might have missed to copy
    • chown -R YOU.YOURGROUP .
    • chmod -R go=u,go-w .
    • chmod go= .
Linux Users and Sudo

Links for you. from JustLinux

About The Karl and Dijae

The Administrators in the same project intended to post their notes on a Facebook page that suddenly found it cool and interesting. Many had liked it and spread the word. Now they try to enter the Blogging World.

0 comments:

Post a Comment