How to recover /etc/passwd file and /etc/shadow file?
No Answer is Posted For this Question
Be the First to Post Answer
Which are the linux directory commands?
How do I permanently set ulimit in linux?
What are the linux commands used in devops?
can some one tell me the steps(with commands) to create LVM in RHEL 5????
What are the 4 kinds of sentences with examples?
How do I search bash history?
Enlist some linux networking and troubleshooting commands?
You want to verify which lines in the file kickoff contain ‘bob’. Which of the following commands will accomplish this?
what is the fastest way to enter a series of commands from the command-line in linux
How do I find my user id in linux?
what r the different command to check ram,process and hdd of linux machine
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