umask and file permissions simplified
In this article, we would cover how file permissions depend on umask. When we create a file or directory, the…
In this article, we would cover how file permissions depend on umask. When we create a file or directory, the…
In this article, we would discuss basic command-line utilities like cd, pwd and mkdir. These three command-line utilities do make…
In this article, we would discuss how to use backslash and raw strings in Python. We will start with the…
Lists in Python – is a sequence data type. In a sequence, each element is assigned a sequence number or,…
In this article, we would discuss how to use Metacharacters in Ubuntu to our advantage. The default shell in Ubuntu…
In this article, we would discuss three Python functions – len(), min() and Max() with appropriate examples. First and foremost,…
In this article, we would discuss how we can easily create PATH shortcuts in BASH. BASH – Bourne Again Shell,…
In this article, we would see how to enable auto logout feature when BASH is left inactive for a certain…
In this article, we would see how to create and use alias in Ubuntu distribution. alias is basically a shell…
In this article, we would discuss how to find Path of a command in Ubuntu. Mainly, we have shell commands…