Ubuntu Command

unpublished draft
LinuxDebianUbuntu

Linux overview#

Many other distribution on many bases was publication. But I mostly focus on:

RPM-based:

Debian-based:

General file structure

LINUX DEBIAN BASED

File Structure:

Pseudo files directories: Files that got dynamic generated, not persistence, by system boot or some event.

Create window usb installation#

Shortcut#

Command#

Woking with system#

User and Group#

File Manage#

File Interactive#

Common Operations#

Un-classified command#

Install SSH#

Common Parameters#

Furthur investigation#

Common task#

Run a script at boot-time#

Barebone rc.local
#!/bin/sh -e
#
# rc.local
#
# This script is executed at the end of each multiuser runlevel.
# Make sure that the script will "exit 0" on success or any other
# value on error.
#
# In order to enable or disable this script just change the execution
# bits.
#
# By default this script does nothing.

exit 0

Khanh Nguyen

Web developer & .Net lover