Linux – wget(web get)
The wget is a free non-interactive file downloader command. Non-interactive means it can work in the background when the user is not logged in. It
The wget is a free non-interactive file downloader command. Non-interactive means it can work in the background when the user is not logged in. It
Linux Filter commands accept input data from stdin (standard input) and produce output on stdout (standard output). It transforms plain-text data into a meaningful way
To kill a process use command, extend with different signal numbers, command : kill -SIGNAL PID Process signal names and numbers: process kill methods mentioned
To view currently running processes on the system with the ps command. It mostly return PID(Process ID), TTY(type of terminal ), TIME(process cpu use time),CMD(command
1 uptime Shows how long system is on and running 2 users Shows users – current logged in 3 free -m/g shows storage details in
The “man” is a short term for a manual page. In unix-like operating systems such as linux, man is an interface to view the system’s
1 ifconfig Display and manipulate route and network interfaces. 2 ip It is a replacement of the ifconfig command. 3 traceroute Network troubleshooting utility. 4
Redirection can be defined as changing the way from where commands read input to where commands send output. You can redirect input and output of
File archiving is used when one or more files need to be transmitted or stored as efficiently as possible. Archiving: Combines multiple files into one,
VI=VIsual Editor , it’s text editor in UNIX/Linux environment. It has two modes, (i) Command Mode : based on commands you can edit text ,