ethan wrote: > Date: Mon, 3 Jan 2005 02:07:28 +0800 Either this message has been delayed a very long time or your system clock is very far off. Please check your system time.
> when i use "ls" command ,i use it as follow(the current directory is home) > ls -s a this #this is a directory of current directory > but this link file under this is not avaliable > i want know reason? You did not include enough information in order to determine what problem you are having. Please include the exact command that you are typing in and the full output from it. Example: ls -ldog somefile -rw-rw-rw- 1 14389 2007-12-26 12:33 somefile I am guessing that one of two things is happening. You might be confusing the 'ls' command with the 'ln' command. The "ln -s" command creates symbolic links. Or you might be trying to list a file that does not exist. Other than this I cannot guess. Bob _______________________________________________ Bug-coreutils mailing list Bug-coreutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-coreutils