Linux

 Use in linux

1)regular user :- home directory

2) Root user:- Full access (super user)

sudo command ka use hota h root user mai

3) service user : eg - apache


Absolute  vs Relative path :

pwd - print working directory

for example cd/bin/f01 (absolute path)

cd fo2(relative path)

$ (matlab regular user)

Comments

Popular posts from this blog

Short Notes Of computer Network

Short Note of Data Structure

Implement stack using array