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

Kali “su -c” Command Authentication Failure Solution

February 19, 2020 | By the+gnu+linux+evangelist.

Solving “su -c” authentication failure in Kali GNU/Linux

This Tip is Solving the “su -c” authentication failure on Kali GNU/Linux.

Kali Linux
  1. 1. Fixing Command

    Then to Solve the Authentication Issue in Kali
    Try instead:

    sudo su -c [MYCOMMAND]