aumacademy
aumacademy
  • Видео 8
  • Просмотров 48 044
Linux cd command - change the working directory
To move from one directory to another directory we use cd command in Linux terminal.
cd command change the current working directory to another directory.
The default directory is the value of the HOME shell variable.
pwd command prints the working directory.
/ represent the root directory of the Linux filesystem.
cd ~ will take you to home directory
cd $HOME will take you to home directory
cd / will take you to root directory
cd - will take you back to the previous directory
Thank you for watching this video! Please like, share and subscribe:
ruclips.net/user/aumacademy
========================================
Share this video: ruclips.net/video/IZHPFUsa6OY/видео.html
================================...
Просмотров: 5 395

Видео

How to Format USB Flash Drive in Linux Terminal for Windows (FAT32, NTFS) and Linux (EXT4)
Просмотров 40 тыс.3 года назад
Detect the flash drive using lsblk To show selected disk output type lsblk -f /dev/sd* To format the usb disk, first unmount the disk from computer sudo umount /dev/sdb1 Wipe out all the existing filesystem on the disk sudo wipefs -a /dev/sdb create disk partition table sudo cfdisk /dev/sdb Format the flash drive to windows compatible filesystem (FAT32) sudo mkfs.vfat -n "USBFAT32" /dev/sdb1 Fo...
Linux ls command overview with options
Просмотров 3543 года назад
ls command of Linux lists information about files and the contents of current directory and its output is sorted alphabetically vertically dot files are hidden files and directories There are some options which we can use with ls command: ls -aAlmrRSt1 and few more... What is Linux? ruclips.net/video/oxy_rNa31VU/видео.html Lets learn about Terminal Emulator ruclips.net/video/mpsiYDoVOl4/видео.h...
Linux Terminal Customization | Customizing Your Linux Terminal
Просмотров 1723 года назад
The linux terminal customization settings are found in a profile. A linux terminal can have one or more profiles created by user. We can create new profiles and change the profile settings to use when we start a new terminal. The profile can be customized in the profile preferences. The most common things to change are the font size, the font color, and background color. We can also change the ...
How to Install Ubuntu 20.04 LTS in Oracle VM VirtualBox | Ubuntu Desktop
Просмотров 1634 года назад
In this video I am going to show you How to install Ubuntu 20.04 LTS (Focal Fossa) Desktop Edition on VirtualBox. Ubuntu Desktop Image was released on 23rd April 2020 as LTS version. This LTS version of Ubuntu, has long-term support - which means five years, until April 2025, of free security and maintenance updates. The desktop image allows you to try Ubuntu without changing your computer at a...
How to Install Oracle VM VirtualBox and Extension Pack
Просмотров 3404 года назад
VirtualBox is a general-purpose full virtualizer for x86 hardware, targeted at server, desktop and embedded use. Oracle VM VirtualBox enables you to run multiple operating systems simultaneously at a time. Oracle VM VirtualBox Extension Pack supports USB 2.0 and USB 3.0 devices, VirtualBox RDP, disk encryption, NVMe and PXE boot for Intel cards. Source: www.virtualbox.org/ If you want to know w...
Lets learn about Terminal Emulator
Просмотров 7984 года назад
A terminal emulator, is a computer program that emulates a video terminal within some other display architecture. A terminal emulator inside a graphical user interface is often called a terminal window. Linux distributions comes with the xterm program as a terminal emulator. Linux has other terminal emulators available depending on which distribution. xterm is the standard terminal emulator for...
What is Linux?
Просмотров 4874 года назад
What is Linux? What is Linux really? What is GNU/Linux? Why Linux?

Комментарии