Computer Science Fundamentals
Operating Systems
Subjective
Mar 12, 2013
How should user know his terminal in UNIX system?
Detailed Explanation
User should know his terminal name by using ‘tty’ (teletype) command. This command is simple and needs no argument.
Syntax—
(Unix Prompt) tty
Output—
/div/term/2
The terminal file name is 2 that resident in the term directory and term directory is under the div directory.
Discussion (0)
No comments yet. Be the first to share your thoughts!
Share Your Thoughts