Did you ever write any inerface files / profile file to
support unix environment setup ?
Where is command history stored in linux?
What does umask 022 mean?
How do I navigate in cmd?
Explain shift command of linux?
What is a makefile in linux?
What does chmod 777 do?
What is cpu in linux?
What are the basic commands in command prompt?
How do I find hostname in linux?
what is the fastest way to enter a series of commands from the command-line in linux
Hi All of Unix/Linux professional Q.Why soft link file not open by cat command. Ihave make following symbolic link but when i open with #cat linkfilename it does not oped please see the following code and try to answer. # ln -s file1 ~/mydir/filea [root@dhcppc0 ~]# cd mydir [root@dhcppc0 mydir]# ls -l total 4 lrwxrwxrwx 1 root root 5 2010-04-04 09:04 filea -> file1 [root@dhcppc0 mydir]# cat filea cat: filea: No such file or directory
How do you copy in linux terminal?