Install zip and unzip on Linux
Updated: May 24, 2022
zip and unzip is ones of linux command that mostly used on Terminal. zip is used to package or compress (archive) files, while unzip is used to list, test and extract compressed files in a ZIP archive. The program is useful for packaging a set of files or directories.
Linux Basic Commands
Updated: May 24, 2022
Linux command is a case sensitive text interface to accomplish all administrative tasks to your computer system. All the commands are run in the terminal provided by the Linux system as user interactive and outputs the results of commands which are specified by the user itself.
Install Chrome on Fedora
Updated: May 24, 2022
Chrome is a cross-platform web browser developed by Google for accessing the internet. It was first released for Microsoft Windows built with free software components and was later ported to Linux including fedora
Change Directory Linux
Updated: May 16, 2022
Changing Directory (or Folder) Path on linux based operating system basically can be executed via terminal interface using command line interface. In other words a specific command line can navigate you to another working directory in the computer system.
Rename Directory Linux
Updated: May 16, 2022
Renaming Directory (or Folder) on linux based operating system basically can be executed via terminal interface using command line. The user of a computer can also manipulate directory if necessary such as created, moved, modified, grown, shrunk, and deleted.
Rename File Linux
Updated: May 16, 2022
File in linux computer system can be renamed, created, copied, moved, modified, grown, shrunk, and deleted. In some cases, software programs that are executed on the computer handle these operations, the user can also modify these files directly via terminal using command line.
Copy Directory Linux
Updated: May 15, 2022
Directory in linux computer system can be created, copied, moved, renamed, and modified. In some cases, software programs that are executed on the computer handle these operations, the user can also modify these directories directly via terminal using command line.
Copy File in Linux
Updated: May 15, 2022
File in linux computer system can be created, copied, moved, renamed, modified, grown, shrunk, and deleted. In some cases, software programs that are executed on the computer handle these operations, the user can also modify these files directly via terminal using command line.
Remove Directory on Linux
Updated: May 15, 2022
Remove Directory (or Delete) on linux computer system can be performed via terminal using command line. In most cases, software programs that are executed on the computer handle these operations, but the user of a computer can also modify directories if necessary.