Lss Questions - Odt 0.odt

You might also like

Download as odt, pdf, or txt
Download as odt, pdf, or txt
You are on page 1of 2

Absolute or relative path

cd .. is a relative path
cd ./../ is a relative path
cd /home/Desktop is a absolute path
cd ~ goes to home relative path
cat hello
cat >hello
type content
Ctrl+C
whatis lp
lp
df
lp hello
tar
zi
gz
what is inode?
Ls -Fx
complete ls and its options and arguments
why last modified date is maintained insstead of creation date
how to create a softlink and hardlink
ln first.txt second.txt
filename.xtln is link creation
ln -s first.txt second.txt
to create soft links
hard link has same inode number
soft links has different inode number
file permissions
chmod category operation permission filename
chmod u + r
g - w FILENAME
o x
a
Repository it is nothing but a collection of documents
Working directory
Staging area
snapshot
workflow
file pefrmissions
absolute and relative
absolute permissions chmod 777 -R filename.txt
relative permissions chmod u+rw,g+rwx,o=r filename.txt or any other extensions
chmod ugo-r filename.txt
chown and chgroup
Founder(Alphabet)
-CEO
--CFO
---manager
----engineer
-----technicians
Founder(Youtube)
-CEO
--CFO
---manager
----engineer
-----technicians

sudo addgroup <group_name>

You might also like