Browse Source

Update README.md

my-ls-1 to my-ls
pull/966/head
Ihab 2 years ago committed by GitHub
parent
commit
38606cbb2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 38
      subjects/my-ls/audit/README.md

38
subjects/my-ls/audit/README.md

@ -2,79 +2,79 @@
###### Has the requirement for the allowed packages been respected? ###### Has the requirement for the allowed packages been respected?
##### Run both my-ls-1 and the system command `ls` with no arguments. ##### Run both my-ls and the system command `ls` with no arguments.
###### Does it display the same files and/or folders in the same order? ###### Does it display the same files and/or folders in the same order?
##### Run both my-ls-1 and the system command `ls` with the arguments: `"<file name>"`. ##### Run both my-ls and the system command `ls` with the arguments: `"<file name>"`.
###### Does it display the same file? ###### Does it display the same file?
##### Run both my-ls-1 and the system command `ls` with the arguments: `"<directory name>"`. ##### Run both my-ls and the system command `ls` with the arguments: `"<directory name>"`.
###### Does it display the same files and/or folders in the same order? ###### Does it display the same files and/or folders in the same order?
##### Run both my-ls-1 and the system command `ls` with the flag: `"-l"`. ##### Run both my-ls and the system command `ls` with the flag: `"-l"`.
###### Does it display the same files and/or folders with the same display? ###### Does it display the same files and/or folders with the same display?
##### Run both my-ls-1 and the system command `ls` with the arguments: `"-l <file name>"`. ##### Run both my-ls and the system command `ls` with the arguments: `"-l <file name>"`.
###### Does it display the same file with the same display? ###### Does it display the same file with the same display?
##### Run both my-ls-1 and the system command `ls` with the arguments: `"-l <directory name>"`. ##### Run both my-ls and the system command `ls` with the arguments: `"-l <directory name>"`.
###### Does it display the same files and/or folders with the same display? ###### Does it display the same files and/or folders with the same display?
##### Run both my-ls-1 and the system command `ls` with the flag: `"-l /usr/bin"`. ##### Run both my-ls and the system command `ls` with the flag: `"-l /usr/bin"`.
###### Does it display the same files and/or folders with the same display? Be aware of symbolic links. ###### Does it display the same files and/or folders with the same display? Be aware of symbolic links.
##### Run both my-ls-1 and the system command `ls` with the flag: `"-R"`, in a directory with folders in it. ##### Run both my-ls and the system command `ls` with the flag: `"-R"`, in a directory with folders in it.
###### Does it display the same files and/or folders? ###### Does it display the same files and/or folders?
##### Run both my-ls-1 and the system command `ls` with the flag: `"-a"`. ##### Run both my-ls and the system command `ls` with the flag: `"-a"`.
###### Does it display the same files and/or folders in the same order? ###### Does it display the same files and/or folders in the same order?
##### Run both my-ls-1 and the system command `ls` with the flag: `"-r"`. ##### Run both my-ls and the system command `ls` with the flag: `"-r"`.
###### Does it display the same files and/or folders in the same order? ###### Does it display the same files and/or folders in the same order?
##### Run both my-ls-1 and the system command `ls` with the flag: `"-t"`. ##### Run both my-ls and the system command `ls` with the flag: `"-t"`.
###### Does it display the same files and/or folders in the same order? ###### Does it display the same files and/or folders in the same order?
##### Run both my-ls-1 and the system command `ls` with the flag: `"-la"`. ##### Run both my-ls and the system command `ls` with the flag: `"-la"`.
###### Does it display the same files and/or folders in the same order? ###### Does it display the same files and/or folders in the same order?
##### Run both my-ls-1 and the system command `ls` with the arguments: `"-l -t <directory name>"`. ##### Run both my-ls and the system command `ls` with the arguments: `"-l -t <directory name>"`.
###### Does it display the same files and/or folders in the same order? ###### Does it display the same files and/or folders in the same order?
##### Run both my-ls-1 and the system command `ls` with the arguments: `"-lRr <directory name>"`, in which the directory chosen contains folders. ##### Run both my-ls and the system command `ls` with the arguments: `"-lRr <directory name>"`, in which the directory chosen contains folders.
###### Does it display the same files and/or folders in the same order? ###### Does it display the same files and/or folders in the same order?
##### Run both my-ls-1 and the system command ls with the arguments: `"-l <directory name> -a <file name>"` ##### Run both my-ls and the system command ls with the arguments: `"-l <directory name> -a <file name>"`
###### Is the output displayed the same way? ###### Is the output displayed the same way?
##### Run both my-ls-1 and the system command ls with the arguments: `"-lR <directory name>///<sub directory name>/// <directory name>/<sub directory name>/"` ##### Run both my-ls and the system command ls with the arguments: `"-lR <directory name>///<sub directory name>/// <directory name>/<sub directory name>/"`
###### Is the output displayed the same way? Number of `/` must be the same. ###### Is the output displayed the same way? Number of `/` must be the same.
##### Run both my-ls-1 and the system command ls with the arguments: `"-la /dev"` ##### Run both my-ls and the system command ls with the arguments: `"-la /dev"`
###### Does it display the same files and/or folders with the same display? Do not pay attention to ACL permission flag. ###### Does it display the same files and/or folders with the same display? Do not pay attention to ACL permission flag.
##### Run both my-ls-1 and the system command ls with the arguments: `"-alRrt <directory name>"`, in which the directory chosen contains folders and files within folders. Time of modification of all files within that folder must be the same. ##### Run both my-ls and the system command ls with the arguments: `"-alRrt <directory name>"`, in which the directory chosen contains folders and files within folders. Time of modification of all files within that folder must be the same.
###### Is the displayed output the same? ###### Is the displayed output the same?
##### Create directory with `-` name and run both my-ls-1 and the system command ls with the arguments: `"-"` ##### Create directory with `-` name and run both my-ls and the system command ls with the arguments: `"-"`
###### Is the displayed output the same? ###### Is the displayed output the same?

Loading…
Cancel
Save