Tags Command
Tag: command
Kubernetes Cheat Sheet
Emre Özkan - 0
When it comes to interacting with Kubernetes clusters on a daily basis, you’re going to need to turn to kubectl; the command line tool...
Openshift Cheat Sheet
Emre Özkan - 0
OpenShift is Red Hat container application platform. It is based on Kubernetes and to keep things short we are going to call it a PaaS.This...
8 UNIX / Linux sudo Command Examples
Emre Özkan - 0
In Linux and other Unix-like operating systems,sudo allows a permitted user to execute a command as the superuser or another user such as install...
43 Practical Examples of Linux Find Command
Emre Özkan - 1
Finding files is a very common task on any operating system.The Linux Find Command is one of the most important and much used command...
18 Tar Command Examples – Unix/Linux
Emre Özkan - 0
In Unix- Linux , the name of the tar command is short for tape archiving, the storing of entire file systems onto magnetic tape, which is one...