Lab On Linux Practical
Lab On Linux Practical
K1 we made a directory to k2
Cd is used to call a directory
Cd can also be used to go back again from k2 to k1
Pwd-print working directory
Can delete the directory if it is empty cannot be
delected if there is sub directory
Rmdir is used to remove the directory
$mkdir hello
$cd hello if direcorty is there
$pwd -check if it is being able to print
$cd..(going to another dimension)
$pwd
mv-is the purpose of rename
Ls-long listing of files and directory
Ls-l detailed description
Ls-files directory shown
35 16 7 are size
1st column 1st character determines file directory or a
file
Rwx rwx rwx- first-administrator
second-owner
third-user