
Featured
-
How Regression Testing Detects Integral Errors In Business Processes
Humans are forever changing and evolving and so to
by kristina.rigina -
Get Display Banner Advertising Opportunity on FindNerd Platform
“Do you have a product or service that nee
by manoj.rawat -
Android O Released with Top 7 New Features for App Developers
Android was founded by Andy Rubin, Rich Miner, Nic
by sudhanshu.tripathi -
Top 5 Features That Make Laravel the Best PHP Framework for Development
Laravel is a free open source Web Framework of PHP
by abhishek.tiwari.458 -
Objective C or Swift - Which Technology to Learn for iOS Development?
Swift programming language is completely based on
by siddharth.sindhi
Tags
How to create file using cat in Ubuntu?
Hello friends, I am writing this blog which will let you know how to create a file using cat command.
Using cat to create a file
cat is useful for creating a file. Enter the command cat, followed by the > (the right chevron) character an...
What is umask command?
Umask is a number which define the default permissions that is not given on a file or any directory.
How to Calculate Umask:
We can subtract the umask from the base permissions to determine the final permission to any file. Please see b...
Various options of ls command in Linux
Output of most of the commands in Linux can be modified by using options/switches. ls command is also not an exception.
ls command is used to list the contents of a directory. It has lots and lots of switches to customize its output.
Switches...
