Unit-II Unix Notes
Unit-II Unix Notes
COLLEGE
Permanently Afliated to JNTUK, Approved by AICTE
Accredited by NBA
Ranked AAA by careers 360
Ranked A Grade by AP State Knowledge Mission
Ranked 63rd among top 100 private engineering colleges
in
India by higher education review magazine.
www.raghuenggcollege.com
Day #4
1. What is fle? Explain types of fles in Unix.
Ans)
File:
File is a logical name for physical storage device. File is
an individual storage clause to store information.
Example(s):
$ls -l testfle
-rwxrwxr-- 1 amrood users 1024 Nov 2 00:10 testfle
Example(s) below:
Classwork:
CW-2) You are using a program that continuously
reads from standard input. What key sequence would
you use to signal to that program that there is no more
input?
Homework:
HW-3) Suppose you were hacking an awesome Python
script in Vim and wanted to temporarily suspend your
editor and return to the shell to execute and test your
script. When you are fnishing testing, you wish to
resume your editting session. How would you
accomplish this?