#linux
Read more stories on Hashnode
Articles with this tag
Shell scripting -> A shell script is a list of commands in a computer program that is run by the Unix shell which is a command line interpreter. A...
AT -> The at command is the terminal method of allowing you to schedule on-time jobs for a specific time and date.It executes commands at a particular...
The manage user and groups account is the core part of Linux operating system. Each user has distinct login credentials in operating system to manage...
find -> the find command helps us to find a particular file within a directory. It is used to find the list of files for the various conditions like...
Vim -> It can be used to edit all kinds of plain text. It is especially useful for editing programs. There are a lot of enhancements above Vi: multi...
| (Pipe) -> Pipe is used to combine two or more commands such that output of one command serves as input to the next. In short, the output of each...