directory
www.unixbuzz.com
-
Please go through these question too before attending the interview and suggest me for more improvement……
Note : This is useful for Freshers and Experienced also..
Unix Questions :
22> What is ex and vi in unix ??
Ans: ex in Unix means line editor and vi in unix means is the standard unix screen editor.
23> Which are typical system directories below the root directory . just List out??
Ans: Some details are listed below.
/bin: contains many programs which will be executed by users.
/etc : files used by administrator.
/dev: hardware devices.
/lib: system libraries.
/usr: application software.
/home: home directories for different systems.