Computer Science - Unix - Discussion

Discussion Forum : Unix - Section 1 (Q.No. 32)
32.
Which of the following directories contain all the Alias created by a user, including his login directory?
/tmp
/etc
/usr
/dev
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
5 comments Page 1 of 1.

Sandeep said:   9 years ago
It is like the Shortcuts, Rather than writing all the code you can just type this shortcut.

Alias H = 'My Name is Sandeep'.

Whenever H is used it displays 'My Name is Sandeep'.

Manohar said:   1 decade ago
It is not the name of the users.

Aliases can be created by supplying name/value pairs as arguments for the alias command.

EX : Alias copy = 'cp'.

Shailendra Kumar said:   9 years ago
It is just a shortcut, All System alias can be seen by command "compgen -a".

Saroj Kumar said:   1 decade ago
I think it name of user (Person).

Marek said:   1 decade ago
What do you mean Ales ?

Post your comments here:

Your comments will be displayed after verification.