How do you log in to a remote Unix box?
Answers were Sorted based on User's Feedback
Answer / devil
There are many ways to do that like , by using rsh, ssh,
telnet, rlogin.
EX ::: rsh ipaddress
same as above all the command.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / ram
With the help of "Telnet"
Ex: Telnet UnixboxIPaddress
| Is This Answer Correct ? | 2 Yes | 0 No |
what is output mkvg pvname
How would you change all occurrences of a value using VI?
What is the main advantage of creating links to a file instead of copies of the file?
does the stat() function call use the inode of the file to generate the information about a file? what is inode mostly used for?
What is default permissions for others in a file?
How does the inode map to data block of a file?
what is a profile?
The UNIX shell is.... a).does not come with the rest of the system b).forms the interface between the user and the kernal c) does not give any scope for programming d) deos not allow calling one program from with in another e) all of the above
How are devices represented in UNIX?
What is a pipe?
In this command sqlplus -s username/password what is -S and what's the use..???
How many VI editor modes do you know?