How to use rm and rmdir utilities to remove or delete files and directories in Linux

Introduction: Use sudo with rm command for those files which are having root user and group permissions or if getting message  Access Denied. Sudo rm text2.txt rm text.txt How to delete a files and directory in linux In Linux operating system if needs to delete directory use following commands: rmdir command – removes empty directories/folders rm command – removes a directory/folder along with all the …

How to Create Bigtable in Google Cloud Platform

Google Cloud Bigtable is Google’s NoSQL Big Data database service. It’s the same database that powers many core Google services, including Search, Analytics, Maps, and Gmail. Bigtable is a compressed, high performance, proprietary data storage system built on Google File System, Chubby Lock Service & SSTable.   Login to google cloud platform portal. Click on …

How to Create Cloud Storage in Google Cloud Platform

Google Cloud Storage is a RESTful online file storage web service for storing and accessing data on Google Cloud Platform infrastructure. The service combines the performance and scalability of Google’s cloud with advanced security and sharing capabilities. Interoperability – Google Cloud Storage is interoperable with other cloud storage tools and libraries that work with services …

What is chattr attribute and how it use to make files undeletable or immutable

Introduction: Most of the time Linux based Operating system machine is used by different users. So there are high chances that the users will access a common set of files. This practice will cause of problems like accidental deletion or modification of important files. There is an existing command – chattr – that’s developed to help you in specifically these kinds of …

How to Create Filestore in Google Cloud Platform

A FileStore represents a storage pool, device, partition, volume, concrete file system or other implementation specific means of file storage. Filestore gives users a simple, native experience for standing up managed Network Attached Storage (NAS) with their Google Compute Engine and Kubernetes Engine instances.   Login to google cloud platform portal. Click on Filestore. Select …