Drop User MySQL
DROP USER yourusername Official MySQL Reference for the Drop User Command.
DROP USER yourusername Official MySQL Reference for the Drop User Command.
How do I compress (tar, zip) a whole directory from the Ubuntu command line? The simplest approach is to use the tar command as follows (syntax of tar command): $ tar -zcvf archive-name.tar.gz directory-name Where, -z : Compress archive using … Continued
For Ubuntu 14.04.1 LTS Usage: usermod [options] LOGIN Options: -c, -comment COMMENT new value of the GECOS field -d, -home HOME_DIR new home directory for the user account -e, -expiredate EXPIRE_DATE set account expiration date to EXPIRE_DATE -f, -inactive INACTIVE set … Continued
Shutdown Ubuntu 12.10 Server from Linux Command Line sudo shutdown -h now The sudo halt command doesn’t work for Ubuntu Servers 12.04 and newer.