Solve This (? + ? + ?=30)
If 1111=R, 2222=T, 3333=E, 4444=N Then 5555=?
Guess the Hindi Muhawara from the following whatsapp Emoticons?
Sweet, Medicine, Film, Girl, City, Car, Place, Doggy all are name same, guess which word it is?
A girl is blind, deaf, dumb and uneducated too. A boy loves her. How would he propose without touching her?
Four Question, One Answer: One River Name, One Flower Name, One Film Name, One Actress Name?
Guess me who am I, I am the first on earth, the second in heaven...
Which Indian cricketer is known as "Brown Bradman"?
The Northern Lights can be seen from where?
What 3-wheeled microcar manufactured in 1962 and 1965 on the Isle of Man retailed for £199, and holds the record........
Yes, we can do it. Use touch command. Add -m or -a to specify changes for Modify or Access.
$ touch -a -m -t **********.09 file.txt
This above command will change entry time for both Access and Modify.
We can get inode entry information by
ls -i filename or stat filename
You can change the Timestamp value only. If you want to change the inode value, then you need to move the file to another directory.
Lets assume that i have 2 OS installed, (Linux and Windows).
Both have different file system and both have different mechanism to read/write files.
Then how both OS Shares file information?