Linux Tutorial
Linux Tutorial
Contents
Benefits
of using Linux
Linux
Directory Structure
Basic
File Management
Network
Task Management
Misc Utilities
07/08/15 12:23:02
IIT Delhi
07/08/15 12:23:02
IIT Delhi
Introduction to Unix/Linux as
OS
Linux
directory structure
/ - Root directory
/home - Home directory.
Contains all user files.
/bin - Most commonly used
07/08/15 12:23:02
IIT Delhi
07/08/15 12:23:02
IIT Delhi
Help Commands
man
command
apropos
whatis
help
: a brief description of
07/08/15 12:23:02
IIT Delhi
File Commands
Unix
Excercise:
cd
cd
cd
cd
/home/suvadip/Desktop
.
/home/../etc
07/08/15 12:23:02
IIT Delhi
File Commands
ls: list the files,
'rm -i' will ask are you sure that you want to delete
'rm -r' will do everything recursivily
07/08/15 12:23:02
IIT Delhi
IIT Delhi
File Commands
Permissions
07/08/15 12:23:02
IIT Delhi
10
07/08/15 12:23:02
IIT Delhi
11
Using Network
ping
ifconfig
SSH
ssh is a secure shall, X-settings are default
ssh X [email protected]
su username switch user command used for switching user on same
machine
Use
07/08/15 12:23:02
IIT Delhi
12
Miscellaneous
Unix
13
Miscellaneous
Change password- passwd, yppasswd.
Disk space limitation quota, du
07/08/15 12:23:02
IIT Delhi
14
Conclusion
Self help is the best help!
07/08/15 12:23:02
IIT Delhi
15