Closed acnihao closed 3 months ago
Copy paste only the actual command from the README.md, you can see them having different background
, than the others.
Samples around the pw
command:
[root@srv ~]# pw --help
usage:
pw [user|group|lock|unlock] [add|del|mod|show|next] [help|switches/values]
[root@srv ~]# which pw
/usr/sbin/pw
[root@srv ~]#
For your information the rustdesk-server for FreeBSD package here is outdated, since my and others' PRs at the original Github code for FreeBSD direct releases was merged.
However the commands are good though.
You better off using/installing rustdesk-server in this order:
pkg install rustdesk-server
, but you can switch to the latest version of ports collection instead of the Quarterly one
[acnihao@s8]:<~>$ -pw adduser rustdesk -d /nonexistent -s /usr/sbin/nologin -c "Rustdesk Server user" -bash: -pw: command not found