আমি জানতে চাই যে -r
বিকল্পটি ব্যবহার করে কোনও অ্যাকাউন্ট তৈরির কী কী প্রভাব রয়েছে ?
# useradd -r ...
সহায়তা বলে:
-r, --system
Create a system account.
System users will be created with no aging information in /etc/shadow, and their
numeric identifiers are chosen in the SYS_UID_MIN-SYS_UID_MAX range, defined in
/etc/login.defs, instead of UID_MIN-UID_MAX (and their GID counterparts for the
creation of groups).
Note that useradd will not create a home directory for such an user, regardless
of the default setting in /etc/login.defs (CREATE_HOME). You have to specify the
-m options if you want a home directory for a system account to be created.
তবে uid , gid এবং গ্রুপগুলিতে নিম্ন মান নির্ধারণের বাইরে ।
প্রশ্ন 1 কোন ফাইলগুলি প্রভাবিত হয়?
প্রশ্ন 2 এই ধরণের সিস্টেম অ্যাকাউন্টে অতিরিক্ত কোন কার্য সম্পাদন উপস্থাপন করে?
প্রশ্ন 3 কোন আচরণ উপেক্ষা করে বা জমা দেওয়া বন্ধ করে দেয়?
প্রশ্ন 4 আমি কি "-r" বিকল্পের সাহায্যে তৈরি অ্যাকাউন্টটি কোনও অ্যাকাউন্টে এমনভাবে পরিবর্তন করতে পারি, যেটি সেই বিকল্প ছাড়া তৈরি করা হয়েছিল?