Hmm... The recommended method of changing your password on Linux (or Unix for that matter), is to use the passwd command.
To change another user's password, switch user to rootand issue the command:
# passwd other_user
Your question seems to indicate that you really want to directly edit your passwd and shadow files on your Linux distribution. Unless you really, really know what you're doing, I recommend against this.
If you do know what you're doing, use the vi (or other editor - vi is the best editor ever made though) editor and directly edit your /etc/passwd and /etc/shadow files.
Of course, should you subsequently discover you can no longer access your system, it may behoove you to go back to your Linux/Unix basics and begin all over again. May I suggest, as an excellent starting point, learn all that you can about the world's most wonder editor, the editor vi. :)
You don't edit inodes manually. They are managed by the file system driver.
In Linux the chmod command is used to set file permissions.
You need to find the password to unlock the file. However, there are several program available to remove the password.
The simplest utility for viewing file content in the Linux Terminal, (Terminal as command promt also called DOS in Windows) its called the file command. The simplest utility for viewing file content in the Linux Terminal, (Terminal as command promt also called DOS in Windows) its called the file command.
Viewing a file:"less [filename]"viewing the standard output of a command:"[command] | less"
The mount command instructs the kernel to access the file system on a partition or device.
if the file is allready runnable you can type in the terminal: ./filename
if the file is allready runnable you can type in the terminal: ./filename
The 'vi' editor is a text editor; it can edit anything that is displayable ASCII text. You can edit a password in the password file using 'vi' (not recommended).
in terminal it is : #cp file_a file_b
Answer--CD\ CD windows\system32net userE.g.> net user asks mypa$$wordIf there are people near you and you don't want them to see the password you type, enter:net user *E.g. > net user asks *> Type a password for the user:> Confirm the password:
sudo is a Linux command used to execute programs as the root, or "super user." sudo is a shortening of "super user do." One uses sudo when they need to run a command or program as root, but do not wish to log out or switch their entire shell to root privileges (like they could do with the su command). The file sudoers defines per user or per group what commands can be run with sudo. This file is edited with the command visudoers