DF Date Du Cal Who Whoami WC Head Tail BC: LAB: 2 Explore The Commands The Given Below Basic Commands
DF Date Du Cal Who Whoami WC Head Tail BC: LAB: 2 Explore The Commands The Given Below Basic Commands
Basic commands
df
date
du
cal
who
whoami
wc
head
tail
bc
LAB : 2 Hint : To know the type of the file
command : type filename
2. Create the short the command clear
Note:
Try to implement both absolute path and relative path
Link
Create Softlink
ln -s /absolute-path/original-file /soft-link-file
Create Hardlink
ln /absolute-path/original-file /hard-link-file
LAB : 2
Explore:
Configure your bash environment by changing history size, change
prompt (HINT : PS1) , add alias to command clear and exit.
Meta characters
{}
[]
?
*
Combine these meta characters with cp,mv,ls, rm commands
Chmod