File: chmod45

package info (click to toggle)
gesftpserver 2~ds-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 916 kB
  • sloc: ansic: 7,876; python: 206; makefile: 62; sh: 4
file content (12 lines) | stat: -rw-r--r-- 325 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
!touch input
chmod 600 input
ls -l input
#-rw------- +\? +\S+ +\S+ +0 +[a-zA-Z]+ +\d+ +\d+:\d\d input
put -P input output
ls -l output
#-rw------- +\? +\S+ +\S+ +0 +[a-zA-Z]+ +\d+ +\d+:\d\d output
chmod 600 nosuchfile
#.*file does not exist.*
chmod 700 ""
ls -ld .
#drwx------ +\? +\S+ +\S+ +\d+ +[a-zA-Z]+ +\d+ +\d+:\d\d .*