What is the command to change from /etc/passwd file to /etc/shadow file?
Answer Posted / teja
The Quesion was clearly mentioned that hw to change
from /etc/passwd to /etc/shadow file. It means that the pwd
is /etc/passswd.
So, then simply type this command at the prompt
cd /etc/shadow
| Is This Answer Correct ? | 12 Yes | 6 No |
Post New Answer View All Answers
How do I check disk space in bash?
What is vnc?
What is gnu in linux?
What Command used to lock user password?
How do you check which file consuming more space in linux?
What are different command to check ram, process and hdd of linux machine?
What is the gcc command?
What does && mean in linux?
How do I run multiple commands in linux?
How do I check storage on linux?
Explain shift command of linux?
How does diff command work?
How remove all files in a directory linux?
Is cmake a compiler?
You read an article that lists the following command: dd if=/dev/fdo bs=512 of=/new what does this accomplish?