To complex to answer completely here - see related link.
Use the 'chmod' command to change permissions on any file. Note: you have to be the owner (or the superuser) to do this.
using touch command of UNIX. syntax touch <filename> will create dummy regular file.
They are different languages, so you need to use a different word with different syntax to do the same thing. For example, to display the contents of the current directory, the command in MS-DOS is dir, but in UNIX it's ls.
In UNIX: use function chmod
The mv command is used to move a file or directory to another location. Its syntax ismv target destinationFor example:mv myfile /home/user/mystuff
The rm command is used to delete a file or directory. Its syntax isrm file or rm -r directoryExample:rm myfilerm -r /home/user/mystuff
sleep is a unix command line program that suspends program execution for specified period of time.. syntax:- sleep time example:- sleep 10 date, time and wait are the related commands of sleep command...
For windows: dir *.doc For Unix/Linux: ls *.doc
About write Send a message to another user. Syntax write person [ttyname] About talk Talk with other logged in users. Syntax talk person [ttyname]
There is no traditional 'execute' command in Unix.
There is no standard 'format' command in Unix.
The 'CD' command is not standard for Unix. The 'cd' command, however, will change directories (folders). It is a means of navigating the Unix file system.