How can you create a symbolic link to a file or directory?
Symbolic links (often called symlinks or soft links) can be crafted using the ln command with the -s option. The general form is ln -s target source_link. This creates a symbolic link named source_link that points to the target. Unlike hard links, symbolic links can reference directories or files across different file systems. They are especially useful for creating shortcuts or ensuring multiple paths to a single resource.
| Is This Answer Correct ? | 0 Yes | 0 No |
distinguish between multi-tasking,multi-user,multi- processing and time sharing?
4 Answers Infosys, Nikhil Construction,
Is command prompt unix?
The command grep first second third /usr/you/myfile a) prints lines containing the words first, second or third from the file /usr/you/myfile b) searches for lines containing the pattern first in the files second, third, and /usr/you/myfile and prints them c) searches the files /usr/you/myfiel and third for lines containing the words first or second and prints them d) replaces the word first with the word second in the files third and /usr/you/myfile e) None of the above
What do know about tee command and its usage?
what is the significance of "su" command?
what is the command to get help on a UNIX terminal?
Write a command to find all of the files which have been accessed within the last 30 days.
5 Answers Google, IBM, Satyam,
Briefly, how do you install Oracle software on UNIX.
Where LOG fiels resides in AIX and pls tel me how to remove the log file
What is pipe command in unix?
What happens when we execute a unix command?
what is the advaantage of each user having its own copy of the shell?