How To Install “ZIP” and “UNZIP” on Linux (Ubuntu, Debian, Fedora, CentOS)
Updated: January 10, 2023
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.
How To Change Directory in Linux (Terminal, Command Line)
Updated: January 8, 2023
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.
How To Create File on Linux (Command Line)
Updated: January 7, 2023
File on linux computer system can be created, moved, renamed, modified, grown, shrunk, and deleted. In most cases, software programs that are executed on the computer handle these operations, the user can also modify these files directly via terminal with command lines.
How To Rename Directory in Linux (Terminal, Command Line)
Updated: December 25, 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.