mirror of
https://github.com/cowrie/cowrie.git
synced 2025-07-01 18:07:27 -04:00
Moved some static commands to txtcmds/
git-svn-id: https://kippo.googlecode.com/svn/trunk@99 951d7100-d841-11de-b865-b3884708a8e2
This commit is contained in:
7
txtcmds/bin/mount
Normal file
7
txtcmds/bin/mount
Normal file
@ -0,0 +1,7 @@
|
||||
/dev/sda1 on / type ext3 (rw,errors=remount-ro)
|
||||
tmpfs on /lib/init/rw type tmpfs (rw,nosuid,mode=0755)
|
||||
proc on /proc type proc (rw,noexec,nosuid,nodev)
|
||||
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
|
||||
udev on /dev type tmpfs (rw,mode=0755)
|
||||
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
|
||||
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=620)
|
||||
1
txtcmds/bin/vi
Normal file
1
txtcmds/bin/vi
Normal file
@ -0,0 +1 @@
|
||||
E558: Terminal entry not found in terminfo
|
||||
Reference in New Issue
Block a user