$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }

GNU/Linux Mint Terminal Tutorial for Beginners

November 14, 2017 | By the+gnu+linux+evangelist.

Administering

  1. 8. Getting Admin Power

    Last How to Get the Admin Super-Powers.

    To Login as SuperUser:

    Copy
    sudo su

    Especially relevant: take care because with the Admin Login you can Delete Anything and so your System may be in a Harm!
    If Got “User is Not in Sudoers file” then see: How to Enable sudo
    Then to Logout:

    Copy
    exit

    To Protect your System from the potential Damage of an Hazardous Crazy Command Execution the Logout should be executed every Time your Setup is Achieved!
    Finally, to Execute a Single Command as SuperUser:

    Copy
    sudo su -c 'myCommand'

    Or:

    Copy
    sudo myCommand

    So for instance to List the Protected root Directory try to run:

    Copy
    sudo ls /root
  2. 9. Setting Permissions

    How to Change Permissions on Linux Mint File System

    Here Linux Mint Change File Permissions
    Please Donate $1 to Remove Ads!




    Link to Step-by-Step Easy Guide on Setting Up Permissions on Linux Mint File System.
  3. Congratulations, you are now Initiated to the awesome Linux Linux Mint Command Line Shell. ;)

    Mint Best Software:
    Best Software to Install on Linux Mint.