Unix/Linux
Unix is a family of multitasking
, multiuser
computer operating systems that derive from the
original AT&T Unix, development starting in the 1970s at the Bell Labs
research center by Ken Thompson,
Dennis Ritchie, and others
Unix is a family of multitasking
, multiuser
computer operating systems that derive from the
original AT&T Unix, development starting in the 1970s at the Bell Labs
research center by Ken Thompson,
Dennis Ritchie, and others
3 types of owner
, given below.man - Super Important
cd ( Understand flags - dot ., double dot .., tilda~, dash -)
mkdir, mv
cp with recursive flag
ls with different flags
pwd, rm, sudo, apt
touch, cat, less, more
tail, rsync, grep
find - Super Important
sort, date, wc
tree (needs to be installed additionally)
[Read More]
lsof
, kill
, ifconfig
chmod
wget
who
whois
# users name
who
# time of last system boot
who -b
[Read More]
crontab
, tail
, Screen
, grep
, compress
, wc
run on a regular schedule
# Shows all Crontab
crontab -l
# Edit Crontab
crontab -e
# Remove all cron tab --> Be careful
crontab -r
[Read More]
Video - https://www.youtube.com/watch?v=cBokz0LTizk
Given above is a quick super-fast course in using the command line. It is intended to be done rapidly in about a day, and not meant to teach you advanced shell usage.
[Read More]