85:~# shutdown -- help
Usage: shutdown [-akrhHPfnc] [-t secs] time [warning message]
-a: use /etc/shutdown.allow
-k: don't really shutdown, only warn.
-r: reboot after shutdown.
-h: halt after shutdown.
-P: halt action is to turn off power.
-H: halt action is to just halt.
-f: do a 'fast' reboot (skip fsck).
-F: Force fsck on reboot.
-n: do not go through "init" but go down real fast.
-c: cancel a running shutdown.
-t secs: delay between warning and kill signal.
** the "time" argument is mandatory! (try "now") **
uptime 85:~# uptime 12:54:19 up 2:16, 1 user, load average: 0.01, 0.01, 0.00whatis = display manual page descriptions
85:~# whatis pwd pwd (1) - print name of current/working directory
mc: /usr/bin/mc /etc/mc /usr/lib/mc /usr/share/mc /usr/share/man/man1/mc.1.gz 85:~# whereis apt-get apt-get: /usr/bin/apt-get /usr/share/man/man8/apt-get.8.gz
usage: crontab [-u user] file
crontab [-u user] { -e | -l | -r }
(default operation is replace, per 1003.2)
-e (edit user's crontab)
-l (list user's crontab)
-r (delete user's crontab)
source ~/.bashrc - to reload .bashrc (after editing):
The service references /etc/hosts.allow. — The TCP wrapped service sequentially parses the /etc/hosts.allow file and applies the first rule specified for that service. If it finds a matching rule, it allows the connection. If not, it moves on to step 2.
The service references /etc/hosts.deny. — The TCP wrapped service sequentially parses the /etc/hosts.deny file. If it finds a matching rule is denies the connection. If not, access to the service is granted.