Narito Ako

Hindi sapat ang isang hagod ng kamay kapalit ng naiambag mo sa aking buhay hindi ko man mapalitan ng mamahaling bagay, mamahalin at aalagaan ka lang ng tunay Suportang iyong parating pinapadama…

Smartphone

独家优惠奖金 100% 高达 1 BTC + 180 免费旋转




Basics of Linux Operating System and Command Line

Mastering the command line

The command line is a tool for interacting with a computer using only text (also known as a text interface) rather than other methods like clicking and scrolling.

UNIX command is a type of command that’s used in Linux and macOS.

$ → is a symbol often used to signify where you can begin typing in commands.

We’ve learned how to use the cd command, but we don’t know how to move to the parent directory yet. If you want to move to the parent directory, you can use a special symbol .. , like cd .. .

If you execute cd without specifying a directory, you can move to what is known as a home directory. The home directory is represented by ~ as shown in the image below.

The Home directory refers to the base directory for the user. Since it’s important, moving to the home directory is made to be easy. /home/progate is the home directory for this lesson.

From this point on, we’re going to learn how to perform a variety of operations like moving, copying, and deleting files with commands.

2. Renaming Files and Directories

3. Copying Files and Directories

Error will occur if a directory is tried to be copied without using the -r sign.

4. Removing Files and Directories

Add a comment

Related posts:

War became the Norm

Bearing unshakeable truths of what will come. “I call upon the Iliad in our time of War” is published by Carol Campbell.

TURNING YOUR GARAGE INTO A HOME THEATER

This aticle is is reprinted from this website, for more details, please refer to this blog (https://www.monkeybarstorage.com/blog/turning-your-garage-home-theater). These past few years, we have all…

Convolutional Neural Network With Tensorflow and Keras

In this guide we will learn how to peform image classification and object detection/recognition using convolutional neural network. with something called a computer vision The goal of our…