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 16945Is there any command in Unix, other than:ls, to list the files in a directory? The answer will be highly appreciated...
CGI,
27 34039Assume 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 6807When the shell is reading the command line what is the difference between text enclosed between double quotes ( ” ) and text enclosed between signal quotes ( ’ )?
3 8343The rm command removes links to file. What does this mean? How then is a file deleted from the file system?
5 11939Assume 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 15441Post New Unix Commands Questions
What is unix command line?
Explain the steps that a shell follows while processing a command.
Name the various commands that are used for the user information in unix.
What is the command to find hidden files in the current directory?
What is the first character of the output in ls l command?
What is the use of the command 'ls -x chapter[1-5]' ?
How do I use grep to search for a file?
What does 'mkdir' command do in UNIX?
What is the use of egrep command in unix?
What does grep v do?
What is the general format of unix command syntax?
What is the search command in unix?
What is difference between grep and find command in unix?
Differentiate cat command from more command.
What is the use of cut command in unix?