linux file – POFTUT

How To Change Group Ownership Of Files and Directories with chgroup in Linux?

Linux provides different tools for the similar or same functionality. chgrp  is the shortcuts for change group where used to change files group ownership. In this tutorial we will look different uses cases for chgrp  and examples. chgrp provides similar functionality to chown Syntax Syntax is simple where we provide options , group name and files … Read more

Linux mv Command Tutorial

Linux mv Command Tutorial

Linux mv command is used to move or rename files. We generally provide the source and destination files and directories to mv command. mv Command Syntax The Linux mv command has the following simple syntax where SOURCE and DESTINATION are a must. SOURCE is the source file or directory which will be moved to the DESTINATION DESTINATION … Read more