What Is the command to change a file's creation time. means one file is created at the time 15:19 then time should br changed to 14:14
8 16930Is there any command in Unix, other than:ls, to list the files in a directory? The answer will be highly appreciated...
CGI,
27 33994Assume that a file’s permissions give you read and write access. What operations can you perform on the file if it is in a directory which has “r”(read) only process? What operations can you perform on the file if it is in a directory which has “x”(execute) only access?
1 6802When the shell is reading the command line what is the difference between text enclosed between double quotes ( ” ) and text enclosed between signal quotes ( ’ )?
3 8336The rm command removes links to file. What does this mean? How then is a file deleted from the file system?
5 11934Assume the following files are in the working directory prompt> ls -l tasks -rw-r--r-- 1 alex student 1423 Feb 21 14:01 tasks What command can Alex use to give everyone permission to write to the file? What will the ls -l command display if he does so?
10 15430Post New Unix Commands Questions
What is awk command used for?
What does the md command do?
How do I run a bash script?
What is the use of tee command?
What do know about tee command and its usage?
How do I use grep to find a file?
Explain command to show the space allocation of files?
What is the command to compare two files in unix?
What is grep r?
What does 'mkdir' command do in UNIX?
What is the comma to display different lines that are found when compare two files?
What is $0 bash?
What is nr in awk command?
How do I search for text in vi?
Which command is used to delete all files in the current directory and all its sub-directories?